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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -