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
List down the different ide’s provided by microsoft for c# development.
What is the difference between list and arraylist c#?
What is byte c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the use of console application in c#?
What is the difference between Java and .NET garbage collectors?
How to rotate an Image in C#?
What is datasource c#?
How do I move from one form to another in c#?
What is console readkey in vb net?
What are instance fields in c#?
What is Fragmentation and its Types?
Why we use oops in c#?
What is the real use of interface in c#?
What is difference between function and method in c#?