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

Tell me what are static member functions?

1038


What is the main function c++?

1070


How does java differ from c and c++?

931


Explain how to initialize a const data member.

1073


What is a storage class? Mention the storage classes in c++.

978


What is anonymous object in c++?

1036


Refer to a name of class or function that is defined within a namespace?

1052


How the delete operator differs from the delete[]operator?

1053


Why is "using namespace std;" considered bad practice?

1041


What are the characteristics of friend functions?

971


Which one is a preferred language C or C++? Why?

1026


What is the difference between c++ and turbo c++?

1104


Write about a nested class and mention its use?

1049


What does the nocreate and noreplace flag ensure when they are used for opening a file?

1061


What does ctime() do?

1050