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 is trim in c#?
Why does my windows application pop up a console window every time I run it?
What is a method c#?
What is verbatim string literal in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
Define satellite assembly in c#?
What are the advantages of using delegates in c#?
What is yield c#?
What is a datacontract?
What is tryparse?
Is visual c# free?
Which debugging tools you can use in the .NET ssSDK?
what is an exception in .net?
What is int32?
What is overloading in c#?