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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -