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
Explain polymorphism in c# with a simple example?
Why is c# better than java?
What is difference between singleton and static class in c#?
What are interfaces in c#?
Explain the role of Garbage collector and its generations?
What is difference between ienumerable and list?
What is difference between yielding and sleeping?
How can I access the registry from c# code?
What is a float?
What is c sharp language?
Is dll a library?
What is difference between tostring() vs convert.tostring() vs (string) cast
what is method overloading in c#?
What is the difference between integer and double?
Is c# an open source language?