Why we can't create the object of abstract class ?
Answer Posted / vijay rana
hi friends its me vijay rana 9999433182
abstract class is an incomplete class,because if it have
any method which is abstract then it will be an abstract
class, and abstract method have not any implementation,
thats why we can not create any object of the abstract
calss,
we can not use the sealed keyword with abstract calss
| Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
Is it possible to execute multiple catch block for a single try statement?
How to parse a date time string?
What is dependency injection in simple words?
Can we change static variable value in c#?
What is ienumerator c#?
What benefit do you get from using a primary interop assembly (pia)?
What basic steps are needed to display a simple report in crystal?
Can abstract class be instantiated c#?
What is serialization in unity?
What are c# attributes and its significance?
What is an ienumerable in c#?
What is ioc containers c#?
What is difference between method and function in c#?
Can you put two constructor with the same structure in a class?
What is check/uncheck?