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


Please Help Members By Posting Answers For Below Questions

How much time will it take to learn unity?

650


How do you concatenate in c#?

651


What is a web service in c#?

748


Is arraylist faster than linkedlist?

666


What is difference between list and dictionary in c#?

631






4. Describe the process when we send a request URL? And who is responsible for that?

1696


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

769


What is the difference between string keyword and system.string class?

698


What is the best dependency injection c#?

637


What is a c# delegate?

780


Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?

745


What is the difference between list and arraylist in c#?

569


What is an assembly qualified name? Is it a filename? How is it different?

669


Which is the base class in c#?

667


What is the boxing and unboxing in c#?

656