what is data Abstraction? and give example
Answer Posted / t@run gupta
Data Abstraction:
By this feature of object oriented programming it is
possible to represent the needed information in program
without presenting the details. Also by the feature of data
abstraction it is possible to create user defined data types
and thus increase the power of programming language
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why ctype h is used in c++?
In a function declaration what does extern means?
What does namespace mean in c++?
Why is c++ awesome?
Can non graphic characters be used and processed in C++?
Explain the difference between static and dynamic binding of functions?
What are single and multiple inheritances in c++?
What is function declaration in c++ with example?
Why is main an int?
What is buffering in c++?
Define virtual constructor.
What is operators in c++?
Explain about vectors in c ++?
What is null pointer and void pointer?
What will the line of code below print out and why?