how to call constructor in abstract class

Answer Posted / maniekb

you can't.
constructor is used
to build object,
abstract class cannot
have objects because
is abstract...

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is form based application?

716


Where is system windows forms dll?

787


Is form action required?

671


Explain the difference between listindex and tab index?

728


Explain how many number of events does the timer controls?

702


Where to use new keyword other than create instance?

873


What is the extension of the windows installer file?

786


Are windows forms still used?

779


How many types of dialog boxes windows provides?

772


Which property value of the helpnavigator property will display the index for a specified topic?

775


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

777


What are the different cloud platforms?

721


how print PGL by XML

2769


Which method grants a lock on a resource?

780


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

1707