Why we can't create the object of abstract class ?
Answers were Sorted based on User's Feedback
Answer / adithya
A Simple Real time Example do Child Can Exsist Without
Parent? ans is No,Hence we Define an Abstarct Class(Parent)
and now the Controvercy is wheater Parent is alive or not?
Child have aquried the Properties of Parent even though if
he is alive or not? to Define an Abstract class keep in
mind that parent is not alive that means instance can not
be created but can be inherited .....Hence we can not
create instance of abstract class
| Is This Answer Correct ? | 10 Yes | 15 No |
Answer / vijay rana
hi friends its me vijay rana 9999433182
abstract class is an incomplete class,because if it have
any method which is abstract then it will be an abstract
class, and abstract method have not any implementation,
thats why we can not create any object of the abstract
calss,
we can not use the sealed keyword with abstract calss
| Is This Answer Correct ? | 8 Yes | 17 No |
Answer / guest
Helo friends am Mohammed riyash.India .TamilNadu(Trichy)
9994558822.
Answer for this..
Abstract class should not use 'new' keyword and that class
cannot be given memory to save value for any of its members.
They can be declared but should not be defined.
| Is This Answer Correct ? | 7 Yes | 28 No |
Answer / shashi bhushan
to make our object load less we use abstract class as
container and we allow to pass those methods which may
required by a particular inherited class .
By this way we save our object
to become a loaded one . And distinguse this class as a
representative one of the methods which may further be used
in feature.
| Is This Answer Correct ? | 4 Yes | 26 No |
Answer / rimmy beas
becoz abstract class is a sealed class....
this is the main reason
| Is This Answer Correct ? | 1 Yes | 35 No |
What is difference between destructor and finalize?
What is sqldatareader c#?
What is an assembly qualified name? Is it a filename? How is it different?
What is deferred execution?
What are generations and how are they used by the garbage collector?
List some of the basic string operation?
What does Dispose method do with the connection object?
How would you describe encapsulation in c#?
How do I trim a space in c#?
What is verbatim literal in c#?
Which attribute is used in order that the method can be used as webservice?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)