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 difference between private and protected?
What you mean by delegate in c#?
Is c# the same as d flat?
What is lazy class in c#?
What are the Features in .net framework 1.1
What is ienumerable t in c#?
if a method is marked as protected internal who can access it?
What is binary search tree in data structure?
What are the 2 broad classifications of data types available in c#?
Why should you override the tostring() method?
what is collections in .net? why we use?
What is base class in c#?
Is array thread safe c#?
Please explain value types and reference types used in c#?
Is array a collection c#?