how to call constructor in abstract class
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what is acomponent in windows applications?
What are window based applications?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Which property of textbox cannot be changed at runtime?
how save recoreed in the database
What are different options to store state in ASP.NET applications?
What are the three states set in a checkstate property?
which property is used to change to some value to access a identity column in datacontrols?
tell me something about crystal report in brief?
HOW TO NET FORMS THE WINDOWS
Name the two main categories of .net components.
What is formdata?