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 dll a library?
Define c# i/o classes? List the commonly used classes?
What is the diff between System.String and System.Text.StringBuilder classes?
What is the meaning of int parse in c#?
What is class and object c#?
Is php better than c#?
What are the differences between value types and reference types?
Is dictionary reference type c#?
What exactly is serverless?
What is the difference between abstract and virtual?
What do you mean by thread safe in c#?
Is there an equivalent to the instanceof operator in visual j++?
What is the difference between dll and lib?
What is hashtable in c# with example?
Can an int be negative c#?