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
Can properties be overloaded in c#?
How do you type a null character?
Where are value types stored in c#?
What does .length do in c#?
what are the differences between a class and structure
Is c# code is managed or unmanaged code?
what is IDisposal interface
Explain the access modifiers in c#?
Why do you need boxing in c#?
Can a dictionary have the same key?
Why attributes are used in c#?
Is c# used for any core features of windows vista?
What is console readkey ()?
What is difference between C# and VB.NET?
Define acid rule of thumb for transactions in c#.