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
What do you mean by const correctness?
What is flush c++?
What is a Default constructor?
What is virtual destructor ans explain its use?
How would you use the functions sin(), pow(), sqrt()?
Explain the concept of memory leak?
How would you use qsort() function to sort an array of structures?
Are vectors passed by reference c++?
What are the benefits of operator overloading?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Which is the best c++ compiler for beginners?
What does extern mean in a function declaration in c++?
What is the extraction operator and what does it do?
What does iomanip mean in c++?
What is the use of main function in c++?