Answer Posted / dharmendra nonia
abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Are value types sealed?
How are delegates chosen?
How can you force derived classes to provide new method implementations for virtual methods?
What can you do as a .net developer?
What does return do in for loop?
Define sealed classes in c#?
What is selector c#?
What does it mean?
What is serialization in c#?
Can abstract class instantiated c#?
What do u meant by "SBI" of an object?
What is an escape sequence?
What is void method?
What is an ienumerable in c#?
My switch statement works differently! Why?