Answer Posted / guest
It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between convert and parse in c#?
What is delegates in c#?
How can you force derived classes to provide new method implementations for virtual methods?
Does c# support multiple inheritance (mi)?
What is generic types in c#?
List the 5 different access modifiers in c#?
What is difference between Enum and Struct?
What is for loop in c#?
What is private in c#?
What is the difference between writeline and write in c#?
How do you serialize an object?
What is the use of 'as' Keyword in C# ?
How do I enforce const correctness in c#?
Explain how to implement delegates in c#.net
Is arraylist faster than linkedlist?