Is it possible to create an object of an abstract class on a forms based application. I have two list boxes on my application. One list box displays the name of each shape in the list all shapes. The second list box displays information about the selected shape. Does anyone know how I can achieve this? The classes in my program are;
abstract class Shape Circle : Shape Trapezium : Shape
I would be most grateful if someone could help and advise.
Please Help.
Thanks !
I didn't find the right solution from the internet.