what is data Abstraction? and give example
Answer Posted / mahphuz ansari
Data abstraction is a process in which we get information or
data according to our requirement not in detailed data or
information.
example:- learning how to dive a car.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is a multiset c++?
Write a c program for binary addition of two 8 bit numbers.
What is the best c++ compiler?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Why was c++ made?
Does c++ have arraylist?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is the use of data hiding?
What are the basics of local (auto) objects?
Should a constructor be public or private?
What is a node class in c++?
Is c++ an oop?
Comment on local and global scope of a variable.
Does c++ vector allocate memory?