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 console used for?
Is goto statement supported in c#?
What is a console device?
What does using system mean in c#?
Can abstract class be sealed?
Why data types are important?
What is a static property. Give an example?
what is IEquatable
What is parameter c#?
What is a Command Object in C#?
What are examples of desktop applications?
What is the meaning of console writeline in c#?
What is the main method in c#?
What is namespace c#?
How do you serialize in c#?