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
What is generic delegates in c#?
How do you clear a list in c#?
What is assembly and dll in c#?
What is different between Implicit conversion and Explicit conversion in C#?
What is boxing? Explain its functionality?
What is overloading with example?
Does c# support properties of array types?
is it possible to access a remote web service Without UDDI?
What is binding in c#?
What is serialization of data?
What is lastindexof c#?
What is a copy constructor in c#?
List down the fundamental oop concepts?
Is for loop faster than foreach?
Explain the process of abstraction with an example?