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
What is constructors, explain with syntax
What is final keyword in c#?
What is dynamic in c#?
Define Virtual folder?
What is a singleton unity?
What are the 2 types of data types available in c#?
List down the fundamental oop concepts?
What is console based application?
explain Garbage collector’s functionality on unmanaged code
what class is underneath the sortedlist class?
Can structs in c# have destructors?
What are cshtml files?
Why delegates are type safe in c#?
What do you mean by hashtable c#?
Can we inherit partial class in c#?