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
Can you create partial delegates and enumerations?
What is void method?
What are the fundamental oop concepts?
What are the benefits of using the aggregate method in linq?
Does c# replace c++?
Explain the difference between event and a delegate in c#?
Can we assign null value to integer?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is argument in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
How garbage collection deals with circular references.
What are scriptable objects?
Define assert() method? How does it work?
How do I make a dll in c#?
Is c# scripting language?