Why we can't create the object of abstract class ?
Answer Posted / shashi bhushan
to make our object load less we use abstract class as
container and we allow to pass those methods which may
required by a particular inherited class .
By this way we save our object
to become a loaded one . And distinguse this class as a
representative one of the methods which may further be used
in feature.
| Is This Answer Correct ? | 4 Yes | 26 No |
Post New Answer View All Answers
What is concatenation and when should it be used?
What is unsigned int?
What is the purpose of a namespace?
How can it prevents DLL Hell assembly versioning in .NET?
What is new method in c#?
What does clr stand for?
What is binding in c#?
Why is c# better than java?
Why do we need interfaces in c#?
What is an extension method in c#?
What are abstract classes in c#?
What is function and method in c#?
What is a scope in c#?
Is array a list?
What do you know about WM_CHAR message?