What is Abstraction?
Answer Posted / yograj pandey
Abstraction is "the process of identifying common patterns
that have systematic variations; an abstraction represents
the common pattern and provides a means for specifying
which variation to use" (Richard Gabriel).
An abstract class is a parent class that allows inheritance
but can never be instantiated. Abstract classes contain one
or more abstract methods that do not have implementation.
Abstract classes allow specialization of inherited classes.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are extensions methods in c#?
What is the difference between array and list in c#?
What is monitor in C#?
Explain About .Net remoting
Can we have static indexer in c#?
Where’s global assembly cache located on the system?
Does c# have functions?
How can I access the registry from c# code?
Why objects are stored in heap in c#?
Illustrate serialization?
What is the difference between package and interface?
Why do we use dataset in c#?
What is difference between write and writeline in c#?
How big is a 64 bit integer?
What is private readonly in c#?