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
Can we overload the main method in c#?
what is IDisposal interface
How to override a function in c#?
Can you pass value types by reference to a method?
Why do we use parameters in c#?
What exactly happens when we debug and build the program?
How to Show Message box in Metro Style App?
What do you mean by synchronous and asynchronous operations?
What is the purpose of abstract class in c#?
What are access modifiers used for?
What is the difference between static class and sealed class in c#?
How can you force derived classes to provide new method implementations for virtual methods?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
How does bitwise work?
How does c# generics and c++ templates compare?