what is data Abstraction? and give example
Answer Posted / pintu gupta
in oops the data abstraction is defined as represent
essential features without including background details or
implementation details.class use the concept of data
abstraction.
| Is This Answer Correct ? | 135 Yes | 49 No |
Post New Answer View All Answers
When does the c++ compiler create temporary variables?
What is diamond problem in c++?
What is the meaning of c++?
Differentiate between structure and class in c++.
What is the advantage of c++ over c?
write a programme to get a character and thier ASCII value
What is buffer and example?
What is the difference between new() and malloc()?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What are friend classes? What are advantages of using friend classes?
Can you Mention some Application of C/C++?
What is the difference between while and do while loop?
What are default parameters? How are they evaluated in c++ function?
What programming language should I learn first?
What are the characteristics of friend functions?