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
Are structs value types c#?
What is the difference between delegates and events in c#?
What is thread and explain states of a thread in c#?
What is as keyword in c#?
What does the dispose method do with the connection object?
What are interfaces in c#?
Can we inherit private class in c#?
How to find the current application file path while runtime?
What are the benefits of using generics in c#?
What is windows form in c#?
Can multiple inheritance implemented in c# ?
Any problem found in vs.et
Which framework is best for desktop application?
What is yield c#?
Does c# support #define for defining global constants?