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 yield keyword?
What is check/uncheck?
What is variable and its classification?
What is the benefit of interface in c#?
What is the process of Serialization?
What is a collection class in c#?
What is difference between iqueryable and ienumerable in c#?
Explain the difference between proc. Sent by val and by sub?
What is xml document how do you open it?
What is the difference between string and stringbuilder in c#?
Why do we need to serialize data?
How do switch statements work?
What is a thread? What is multithreading?
Explain about c# language.
Explain the difference between a sub and a function in c#.