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
How much time will it take to learn unity?
How do you concatenate in c#?
What is a web service in c#?
Is arraylist faster than linkedlist?
What is difference between list and dictionary in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What is the difference between string keyword and system.string class?
What is the best dependency injection c#?
What is a c# delegate?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What is the difference between list and arraylist in c#?
What is an assembly qualified name? Is it a filename? How is it different?
Which is the base class in c#?
What is the boxing and unboxing in c#?