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 delegates and events?
Why interface is required?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is uint16?
How can you access a private method of a class?
In .Net, what is an assembly? Also explain the type of assembly.
What are the Uses of CLR
Explain the feature of c# language?
Are structs faster than classes?
What is the base class for array types?
What is the difference between virtual method and abstract method?
What is a interface in c#?
What is argument in c#?
How do I start a program in c#?
What is the difference between console application and windows application?