Why we can't create the object of abstract class ?
Answer Posted / santosh bind
Abstract Class Contain a method without or a body empty implemantation. so we can not create the object of abstract Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
How do you pass reference parameters in c#?
What is datasource c#?
What is action c#?
What are custom attributes in c#?
Explain code compilation in c#.
Is a valid int value?
What is clr namespace?
What can be done with c#?
How long does it take to learn c# for unity?
What is a cshtml file?
Is var a data type?
What are delegate methods?
Explain how can you clean up objects holding resources from within the code?
What do multicast delegates mean?