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 indexer c#?
What are types in c#?
What are different types of classes in c#?
What is dictionary class in c#?
What is lock in c#?
Explain attributes in c#?
Does the variables of a private class-level inherited?
What is the difference between method and function in c#?
What is visual c# net?
Is it possible to force garbage collector to run?
Overloaded constructor will call default constructor internally?
How to rotate an Image in C#?
Give 2 scenarios where static constructors can be used?
What does a constructor do c#?
What do you mean by thread safe in c#?