Answer Posted / hetshree

Data abstraction is hiding the irrelevant data and showing the relevant data. It is basically used in ATM machines where we are shown only that information which we ask for and not all

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an operator in c++?

611


What can I use instead of namespace std?

641


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

999


Should the member functions which are made public in the base class be hidden?

556


Explain the difference between new() and malloc() in c++?

622






. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

2752


How is static data member similar to a global variable?

576


What is lambda in c++?

575


What is == in programming?

612


What is std namespace in c++?

717


What is the use of endl?

545


why is iostream::eof inside a loop condition considered wrong?

591


Describe exception handling concept with an example?

558


What do you mean by translation unit in c++?

669


What is long in c++?

735