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
What is alias in c#?
What namespace is list in c#?
What is datagrid c#?
Define constructors
Is typeof c#?
Does c# support parameterized properties?
What is constructor overloading in c#?
What is an array class?
Why do we use generics in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is private variable?
What is data reader in c#?
How to rotate an Image in C#?
What is the difference between malloc () and new?
What is strong data type in c#?