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 the string functions in c#?

528


What is short in c#?

535


Is post back c#?

499


What is poco c#?

489


What is difference between virtual and override in c#?

462






What is concatenation and when should it be used?

483


What are constants in c#?

566


What is lazy keyword in c#?

530


What is the difference between ref and out parameters in c#?

462


Can you put two constructor with the same structure in a class?

487


Distinguish between the Debug class and Trace class with its functionality?

536


What are the new features in c# 2.0?

521


What are properties in C#?

544


How you will create satellite assemblies?

490


Are private members inherited in c#?

570