Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between virtual and override in c#?

1135


Which of these string definitions will prevent escaping on backslashes in c#?

1053


I want to print "Hello" even before main() is executed. How will you achieve that?

953


What are the different types of delegates?

972


What is the meaning of console writeline in c#?

925


How can you access a private method of a class?

1073


What is an assembly in .net?

1039


if a method is marked as protected internal who can access it?

1080


What is the meaning of int parse in c#?

991


What is the difference between array and arraylist in c#?

1090


What is 8 bit signed integer?

976


Is null empty or whitespace c#?

1014


What is Covariance and contravariance in C#?

1119


What does it mean?

996


How can you force derived classes to provide new method implementations for virtual methods?

976