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


Please Help Members By Posting Answers For Below Questions

What are some of the commonly used commands in sqlcommand?

675


What is a byte in c#?

730


What is for loop in c#?

675


Explain how can you clean up objects holding resources from within the code?

676


Why do we use readonly in c#?

663


Are c# references the same as c++ references?

737


What is .dbml file?

667


Does c# do array bounds checking?

711


What is the implicit name of the parameter that gets passed into the class set method?

661


How do I develop c# apps?

698


What is using directive in c#?

733


How does split work in c#?

655


When do we generally use destructors to release resources?

692


If I return out of a try/finally in c#, does the code in the finally-clause run?

736


what is a destructor?

781