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...

Answer Posted / ankur

the data abstraction defining the essential features without
representing the background detail.

class result
{
int marks;
float percentage;
char name[40];
void input();
void output();
}

void main()
{
bank b1;
b1.input();
b1.output();
}
the other example in student detail we just use the
stu_id,stu_branch,stu_clg, we we'll not represent it 's
backgroung as,who is the mother of student,etc thing .

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which ide is best for c++?

1094


what are Access specifiers in C++ class? What are the types?

1310


What is a pdb file?

1063


What is a dll entry point?

1070


How can we check whether the contents of two structure variables are same or not?

1125


What is the function of I/O library in C++ ?

1271


Which programming language's unsatisfactory performance led to the discovery of c++?

1402


Differentiate between declaration and definition.

1105


Describe new operator?

1214


What is a syntax in c++?

1211


What does the linker do?

1087


How we can differentiate between a pre and post increment operators during overloading?

1159


How static variables and local variablesare similar and dissimilar?

1099


Discuss the possibilities related to the termination of a program before entering the mainq method?

1013


Why do we use setw in c++?

1169