Answer Posted / rizwan
As abstract class is mainly used in inheritance, you can
derive abstract class and then by creating object of derived
class, you can call base class constructor, which is
abstract class. Another way to call constructor of an
abstract class is to make that constructor as static.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is form technology?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
How to use the FindControl() function to preselect an item in my dropdownlist?
What is the difference between pixels, points, and em’s when fonts are displayed?
What are the properties of datacontrol?
What is difference between winforms and windows forms?
What is a database form?
What is the difference between the add() and insert() methods of a listbox control?
What is a fillable form?
What is form record?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
What are the forms of graphics?
Explain how many number of events does the timer controls?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
What are windows based applications examples?