Answer Posted / guest
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 ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is dynamic dispatch?
Why do we need singleton pattern in c#?
What are c# i/o classes? What are the commonly used i/o classes?
Why do we use dictionary in c#?
What is an interface class in c#?
What is ienumerable <> in c#?
How many digits is a 32 bit number?
Which are the access modifiers available in c#?
Why do we need to serialize data?
What is an extension method in c#?
Should I use double or float?
What do you mean by default constructor?
What is the use of command builder?
What's your approach to fetch static data in your windows form application?
What is the difference between “finalize” and “finally” methods in c#?