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 Event - Delegate?
Can destructors have access modifiers?
What are the steps to create an assembly and add it to the gac?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Why do we need static class in c#?
Can we inherit static class in c#?
What are the differences between static, public and void in c#?
How to add controls dynamically to the form using c#.net.
What are value types in c#?
Can abstract classes be final?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is the object class in c#?
Can constructor be protected?
What language is c# similar to?
Perfect Example Of While And Do-While Loop In C#.Net ?