Answer Posted / kirti
A class that cannot be instantiated. An abstract class is a class that must be inherited and have the methods overridden. An abstract class is essentially a blueprint for a class without any implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is Multiple-inheritance supported by c#?
Can a method return multiple values in c#?
What is ienumerator c#?
How can you read 3rd line from a text file?
What is tryparse c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is list collection in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What do u meant by "SBI" of an object?
Why constructor is used in c#?
Difference between call by value and call by reference in C#?
Explain the steps to create satellite assembly?
How does split work in c#?
Explanation on Generic?
Why do we need abstraction in c#?