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
Why singleton class is sealed?
What is a value type in c#?
Structs are not reference types. Can structs have constructors?
What is a dictionary in c#?
how background thread access to ui control?
the c# keyword .int. Maps to which .net type?
What is deferred execution in c#?
What is application c#?
Is string passed by reference in c#?
Why do we use class in c#?
Why do canadians say zed?
Classes and structs can be declared as static, is this statement true or false?
How can you access a private method of a class?
What is the difference between private and protected in c#?
what is virtual method in c#?