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 anonymous types in c#?
What is a constructor in c#?
Why is xml called extensible?
Can a constructor be static in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What .exe means?
what is the difference between the debug class and trace class?
What are the different types of constructors in c#?
What is a dynamic assembly?
Explain the difference between const and static read-only?
What is multidimensional array in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
Explain copy constructor?
Do while loops yes or no c#?
How will you deploy the dll file in gac?