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
Is c# and c same?
What is the role of the datareader class in ado.net connections?
What is xamarin used for?
Can u list some style properties of List Box?
How can I get around scope problems in a try/catch?
What does public mean in c#?
What is difference between interface and abstraction?
What is an inheritance in c#?
What is the benefit of interface in c#?
Is int a struct in c#?
What is an int c#?
Is datetime a value type in c#?
How does return work in c#?
What are the advantages of clr procedure over t-sql procedure?
Distinguish between system.string and system.text.stringbuilder classes?