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

What is dataset c#?

483


What is default access modifier for class in c#?

489


What is different between Implicit conversion and Explicit conversion in C#?

510


What are virtual classes in c#?

519


What is visual c# net?

482






Differentiate between the public and private ?

557


What does int parse do in c#?

465


Is enum a value type c#?

518


Explain the types of Polymorphism.

574


How do I use the 'using' keyword with multiple objects?

500


What are the types of comments in c#?

539


What is static classes in c#?

511


What’s a strong name?

514


What are constructors in c#?

526


What is the use of 0 in c#?

489