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 is the difference between early binding and late binding in c#?

498


What is an assembly qualified name

519


What is the difference between C# 3.5 and C# 4.0?

534


What is the relationship between a process, application domain, and application?

494


Describe the parts of assembly.

522






When can a derived class override a base class member?

521


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

544


Can struct have constructor c#?

498


Give some examples of commonly used i/o classes?

490


What do you mean by hashtable c#?

567


Explain the types of assemblies in .net?

527


What is garbage collector and where should you use in .NET?

513


What is Dependency of Injection?

533


What are nested classes in c#?

550


Why is it not a good idea to use empty destructors?

542