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 use of static in c#?
What is static class in C#?
What is msil in 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?
What is check/uncheck?
Explain the difference between the system.array.copyto() and system.array.clone()?
Ho we can see assembly information?
What is a float?
How Reflection is used and what it's significance ?
Explain circular reference in c#?
What is the correct way of declaring an xml namespace?
Why do we use Design Pattern in C#?
What is private variable?
Define Final Class in C#
Define collections?