Answer Posted / payal mehta
Abstract class is a class,it contains one or more
abstract method but it doesn't have any implementation.
A class that cannot be instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between IEnumerator and IEnumerable?
Give an example of a ctype.
What does void mean unity?
What is the base class for array types?
What is class method c#?
What is list array in c#?
Can a dictionary have duplicate keys c#?
What are the various components in crystal reports?
Can abstract class have constructor in c#?
Can you put two constructor with the same structure in a class?
Can you access a hidden base class method in the derived class?
What is the usage of transponders?
Is double a decimal?
In which way a two-dimensional array declared in C#?
How to find out that the code is written as managed or un-managed code?