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
Who introduced c#?
Can we override interface method?
Explain when should you call the garbage collector in .net?
What is ispostback c#?
How can an inner class access the members of outer class?
What is difference between dictionary and hashtable?
What is the difference between string and string in c#?
What are the types of assembly available
What is asp net c#?
What is the best dependency injection c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
How to add controls dynamically to the form using c#.net.
What is callback function in c#?
What is the example of predicate?
Why do we need serialization?