Why we can't create the object of abstract class ?

Answer Posted / ian

The reason behind this is , the abstract class contains
abstract methods which cant do any job. Calling such
function is meaningless. So it is not allowed to
instantiate abstract class

Is This Answer Correct ?    63 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name any three ways to pass parameters to a method in c#?

490


What is default value of decimal c#?

481


What is a .exe extension files? How is it similar to .dll extension files?

582


Write the difference between TypeOf and GetType?

597


Can you inherit multiple abstract classes in c#?

499






What does char mean in c#?

504


What is an abstract class c#?

494


Are arrays immutable c#?

521


In a single .NET DLL how many classes it contains?

518


What is namespace explain with example?

462


Can a class or a struct have multiple constructors?

544


What is a delegate? How can it works?

527


What is function c#?

496


What is int32 in c#?

506


When should we use delegates in c#?

494