Hello,
I need to write a program using inheritance of 3 generations (i.e. Paint).
I'm thinking of 3 generations: Point --> Line --> Shape (---> Recatngle etc.)
How can I do that in MFC? using Visual Studio.
The primary class should be abstract class.