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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can properties be overloaded in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is the use of tryparse in c#?
What is difference between write and writeline in c#?
What is default value of bool in c#?
What is difference between variable and property in c#?
What is a partial class in c#?
How do you prevent a class from being inherited?
What is difference between destructor and finalize?
How to Show Message box in Metro Style App?
Is namespace a class?
What are reflections in c#?
What is the use of command builder?
Explain the advantage of using system.text.stringbuilder over system.string?
How many classes are there in classification?