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 expression tree with example?
How do I run a cshtml file?
What is dll in c#?
What does string format do?
Is visual c# free?
Are c# tuples immutable?
Does c# support try-catch-finally blocks?
What is a static field?
What is enum in c#?
How do you concatenate in c#?
How do you use nullable?
What do you know about Translate Accelerator?
What are events in C#?
What is the difference between finalize() and dispose() methods?
How does dll hell solve in .net?