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 predicate c#?
How can I make sure my c# classes will interoperate with other .net languages?
What is an ienumerable in c#?
What is default method in c#?
What is the console on a mac?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Can we use "this" command within a static method?
Can we change static value in c#?
Explain about Serialize and MarshalByRef?
What is the extension of c# file?
what is scope of a protected internal member variable of a c# class
Is arraylist type safe in c#?
What is the adv of using System.Text.StringBuilder over System.String?
Can a class have multiple constructors c#?
How many types of delegates are there in c#?