Why we can't create the object of abstract class ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the base class from which all value types are derived?
What is generic in c#?
What do you mean by expression tree?
What is regex replace in c#?
What is visual c# net?
Can a static class have a constructor c#?
Can you inherit multiple abstract classes in c#?
Can I use parseint?
Can you specify nested classes as partial classes?
What is assembly manifest?
How do you remove white spaces from a string?
Explain the process of inheriting a class into another class?
What is different between Boxing and Unboxing?
Which attribute is used in order that the method can be used as webservice?
What is a Managed Code??