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
What do you mean by jagged arrays in c#?
What is windows forms in c#?
What is a jagged array?
What does the initial catalog parameter define in the connection string?
Explain the advantage of using system.text.stringbuilder over system.string?
What is an arraylist in c#?
What is nameof c#?
Can you store strings in arrays?
What is lastindexof c#?
Write the difference between TypeOf and GetType?
Explain the types of errors in c#?
What is a class level variable in c#?
Is array value type in c#?
Can constructor be protected?
Why do we use delegates?