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 is the difference between dictionary and hashtable in c#?
What is collection class c#?
What is type safe code?
Can partial class be inherited?
What is the diff between System.String and System.Text.StringBuilder classes?
What is serialization in .net?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is definition in c#?
Any problem found in vs.et
What are callback methods in c#?
What is gui in c#?
What is assembly and dll in c#?
What are the benefits of using windows services:
What is the difference between readkey and readline in c#?
Explain about generics in c#.net?