what is data Abstraction? and give example

Answer Posted / v.santhoshini

*Data Abstraction is a collection of related data items
together with an associated set of operations.
*data operations &relations are studied indpendent of
implementation.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object oriented programming (oop)?

630


Differentiate between realloc() and free().

602


What is the keyword auto for?

580


What is the main use of c++?

561


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

844






What is difference between c++ 11 and c++ 14?

586


What is the purpose of ios::basefield in the following statement?

800


Difference between pass by value and pass by reference?

615


Can c++ be faster than c?

612


What is std namespace in c++?

732


What is the real purpose of class – to export data?

625


What is the use of class in c++?

578


What is a multiset c++?

561


What is c++ coding?

665


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2082