Why we can't create the object of abstract class ?
Answer Posted / mallikharjun d
Hi frnds..the simple answer for this question is..
we cant create object for an abstract class bcz abstract class should be inherited to derived class, due to that reason we can access abstract members using derived class object..
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are actions in c#?
Can int be null c#?
what is scope of a protected internal member variable of a c# class
What is the use of ienumerable?
What is expression c#?
Explanation on Generic?
Define clr in .net?
Why do we use public static void main in c#?
Is list immutable in c#?
Explain About multi level and multiple inheritance how to achieve in .net
Can I do things in il that I can't do in c#?
what is a static constructor?
How to reduce image resolution in C#?
How do I create a multi language, multi file assembly?
What is the purpose of static?