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
What standard types does c# use?
How many digits is a 32 bit number?
What's difference between constants and static readonly?
What is an object pool in .net?
How to reduce image resolution in C#?
What is the base class from which all value types are derived?
Can we write class inside a class in c#?
Is array reference type in c#?
Explain the difference between .net and c#?
Why would you use a class property in c#?
What is the difference between field and property in c#?
What is a property in c#?
Is c# scripting language?
Can a loop recorder detect a heart attack?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?