Why we can't create the object of abstract class ?
Answer Posted / srikanth
If we define a class with abstract keyword then the class
will be abstract class irrespective of abstract methods(un
inplemented methods)every one know that.
While compilation compiler checks whether the class is
abstract or not? if it's abstract it gives the compilation
error...
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the boxing and unboxing in c#?
Why do we need events in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is hashmap in c#?
What is the difference between constants and read-only?
What is string concatenation?
Explain the difference between “as” and “is” operators used in c#?
What's difference between constants and static readonly?
What is console readkey in vb net?
What is the difference between ref and out parameters in c#?
What is c# in asp net?
Is multilevel inheritance possible in c#?
What is the difference between “dispose” and “finalize” variables in c#?
Explain clr in brief.
How to transpose multi-dimensional array?