Answer Posted / umesh
A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which constructor is called first in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
Should I use double or float?
What are variables in c#?
Why do we use readonly in c#?
How do you comment in c#?
How many variables do you need?
Is list ienumerable c#?
What is multiple interface in c#?
Does c# support templates?
In which situation(s), the use of "Delegate" is a good idea?
What is the default value of object in c#?
What is difference between class and abstract class in c#?
What is difference between events and delegates?
What is difference between static and constant variable?