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
Define satellite assembly in c#?
Are tuples mutable c#?
Is nullable type c#?
Classes and structs can be declared as static, is this statement true or false?
Name the connections does microsoft sql server support?
What is local function?
Which debugging tools you can use in the .NET ssSDK?
What is datagrid c#?
What is difference between abstract class and interface in c#?
What is the difference between delegates and superdelegates?
What .exe means?
How do I simulate optional parameters to com calls?
What is Implementation inheritance and interface inheritance?
Why do we need nullable types in c#?
How can you force derived classes to provide new method implementations for virtual methods?