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

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

1232


Explain the differences between private, public and protected and give examples.

1025


What is an adaptor class or wrapper class in c++?

1234


What are multiple inheritances (virtual inheritance)?

1060


Explain the different access specifiers for the class member in c++.

1003


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2488


Why c++ is so important?

1079


How do I start a c++ project?

1081


How many different levels of pointers are there?

1213


How can you quickly find the number of elements stored in a static array?

1098


What is overloading unary operator?

1090


Explain the use of vtable.

1088


Write a code/algo to find the frequency of each element in an array?

1122


What relational operators if statements in c++?

1180


What is private inheritance?

1097