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
Can hashset contain duplicates c#?
What are boxing and unboxing?
What is c# entity framework?
Which function is the entry point for a DLL in MS Windows 3.1?
What is static and use of it?
What is c sharp used for?
What is lambda expression in c#?
How do I do implement a trace?
What is a delegate how is it type safe?
Can we inherit partial class in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is difference between array and arraylist in c#?
Where is c# compiler located?
List down the commonly used types of exceptions in .net
What is a Jagged Array in C#?