C# Windows Form Inheritance -
i creating windows form application , want have base class has basic functionality manipulate input form , inherit class create 3 derived classes different.
is possible have base class not actual form, instead have abstract class never instantiated, has couple functions wanted derived classes have well?
how can in c#?
thanks
Comments
Post a Comment