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
Why is dll used?
What is virtual in c#?
What can I create with c#?
Is c# good for web development?
What is polymorphism in c sharp?
What are the Configuration files in .net?
Is string nullable in c#?
What is the difference between protected and private?
How can you use abstract class and interface?
Which debugging tools you can use in the .NET ssSDK?
What is datarelation c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Define constructor in c#.
What is null propagation c#?
How to use nullable types in .net?