Ed James
08-06-2001, 03:49 AM
I'm trying to find a code example of class inheritance in VB. Something quite simple like the often quoted example in C++ of a base "Shape" class, various derived classes "Square", "Circle" etc and a base class "Area" method which is different for each "Shape" class. I'm not even sure if inheritance works in a similar way to C++ so any help very welcome. |