Why we can't create the object of abstract class ?
Answer Posted / talk
Because object means it will occupy memory and 'do something'
but what exactly it will do ?? it is not told in an abstract
class as because there is only abstract methods declared but
not defined. Therefore, there is not meaning to create an
object which does not have any definition.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is an assembly qualified name? Is it a filename? How is it different?
How to implement delegates in c#.net
What are the commonly used i/o classes?
What does console mean c#?
What is form feed and carriage return?
Can we override main method in c#?
Explain deadlock?
Can you store strings in arrays?
What is the base class in .net from which all the classes are derived from?
What is a reference type c#?
What is the difference between Java and .NET garbage collectors?
What is ilasm.exe used for?
What is the use of regex in c#?
Can struct be static in c#?
What is a concrete class in c#?