Why we can't create the object of abstract class ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between console and windows application?
what are pointer types in c#
Can abstract class instantiated c#?
What is a singleton unity?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is assembly manifest?
How many types of delegates are there in c#?
Explain about multithreading?
Explain the mechanism of VB.NET/C# achieve polymorphism?
Explain About disco and uddi
What is IL / CIL / MSIL?
What is Asynchronous call and how it can be implemented using delegates?
What is final keyword in c#?
From which base class do all Web Forms inherit from?
Explain dataadapter.update method in .net?