Can we create instance for Abstract class?
Answer Posted / madhu
no,we cannot create instance for abstract class but we can
create reference for abstract class.A reference doesnot
contain its own memory like object when it is created, but
shares the memory of the class.
we can create an object for derived class.we can use
this object to call the methods.
| Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
Where do I put dll files?
What is argument in c#?
How do I declare a pure virtual function in c#?
What debugging tools come with the .NET ssSDK?
what is .NET framework architecture ??
What is private variable?
What are the types of parameters in c#?
What is Fragmentation and its Types?
What is the difference between method parameters and method arguments. Give an example?
Explanation on Generic?
What is mean by c#?
What is void method?
Is it not possible to store a boolean value as a variable?
What is reference c#?
How do you concatenate in c#?