Why we can't create the object of abstract class ?
Answer Posted / uday eshkilla
simple answer is, we can't create the object of abstract class, because they contain only abstract members, any abstract class can not have implements it is basically incomplete…
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of functional interface?
How to use session under class file of APP_Code folder?
How to create events for a control? What is custom events? How to create it?
Which class comes after the SortedList class?
What is the use of parse in c#?
What is ulong in c#?
What is native image generator (ngen.exe)?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Define a manifest in .net?
How do you access a constant field declared in a class?
Is hashset ordered c#?
What is int16?
What is hashtable in c# net with example?
Give examples for value types?
What is type safe code?