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 are some of the commonly used commands in sqlcommand?
What is a byte in c#?
What is for loop in c#?
Explain how can you clean up objects holding resources from within the code?
Why do we use readonly in c#?
Are c# references the same as c++ references?
What is .dbml file?
Does c# do array bounds checking?
What is the implicit name of the parameter that gets passed into the class set method?
How do I develop c# apps?
What is using directive in c#?
How does split work in c#?
When do we generally use destructors to release resources?
If I return out of a try/finally in c#, does the code in the finally-clause run?
what is a destructor?