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 a delegate? How can it works?
What does string intern do?
Can I define my own exceptions?
What is sorted list in c#?
What is an interface class? Give one example of it
Where are value types stored in c#?
What is the difference between early binding and late binding in c#?
Can we inherit partial class in c#?
Can var be null c#?
Is null empty or whitespace c#?
Is c# a strongly-typed language?
what is inheritance and an example in vb.net and c# of when you might use it?
What is the difference between yield and return?
What is a console file?
What is difference between float and decimal?