Answer Posted / umesh
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define constructors
Is c# pass by reference?
What does immutable mean in c#?
What is use of private class in c#?
How to generate strong name key file or which command is used to generated strong name key file?
Write a syntax for writing a event delegate.
What do you mean by streamreader/streamwriter class in c#?
What is serialization in dot net?
What is the process of delegation?
What is the difference between string and stringbuilder in c#?
Why we use extension methods in c#?
Which constructor is called first in c#?
Explain how is the dll hell problem solved in .net?
What is dependency injection in simple words?
What is difference between variable and property in c#?