how to call constructor in abstract class

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


Please Help Members By Posting Answers For Below Questions

Which command prompt utility is used to convert a resource file from the text format into the binary format?

792


i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net

1709


What is the difference between the add() and insert() methods of a listbox control?

777


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

2041


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

686


How to get records from a database?

777


Where is system windows forms dll?

790


Is windows an application software?

731


Is form action required?

671


How many types of dialog boxes windows provides?

777


What is dynamic linking?

815


Explain how to find the current record position in data control?

668


How to use the FindControl() function to preselect an item in my dropdownlist?

1897


Which window displays messages for the status of various features provided in the visual studio .net ide?

757


Which dialog box allows users to switch to another area of the application?

785