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
What is the output of the following program? Why?
What is the difference between ++ count and count ++?
Is c++ fully object oriented?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the use of lambda in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
How would you obtain segment and offset addresses from a far address of a memory location?
Can turbo c++ run c program?
What is pointer with example?
What is the use of register keyword with the variables?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is operators in c++?
What is one dimensional array in c++?
Give an example of run-time polymorphism/virtual functions.
What is the difference between the compiler and the preprocessor?