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 struct and class in c#?
What is expression tree in c#?
What are instance fields in c#?
Please explain value types and reference types used in c#?
What's the difference between class and object?
What is the difference between protected and internal in c#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is difference between tostring() vs convert.tostring() vs (string) cast
What debugging tools come with the .NET ssSDK?
What are the types in c#?
What does out mean c#?
Can firstordefault return null?
Can we inherit sealed class in c#?
Can you specify nested classes as partial classes?
What is a strong name in c#?