Answer Posted / rajkamal
Abstract class is a class,Which contains abstract methods
as well as Normal methods in it.
Abstract method is a method,Which are having only Method
header no Method Body (i.e No Defination).
These Abstract Methods should Override in Sub Classes.
Abstract Class is Not Instancible (i.e we can't create
Object for that class),why Because Abstract class is not
fully Defined.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c# an open source language?
What is extended class in c#?
What is dll in vb.net?
Why to use “finally” block in c#?
Does a loop recorder have to be removed?
What is the difference between paramaterized constructor and copy constructor?
What is difference between array and collection in c#?
What is default boolean value in c#?
What is the difference between properties and indexer in c#?
What is lazy in c#?
Difference between debug.write and trace.write?
What is the advantage of extension method in c#?
What is the use of flag in c#?
What is the difference between array and list in c#?
Which types of inheritances does c# support?