what is data Abstraction? and give example
Answer Posted / anil kumar
abstraction does not means that information is not available.
it means that all the informatin is available but only
necessary information will be shown to the user.example-a
computer...we do not know a computer as a collection of
hardware and hundreds of chips.we know it only at our level
of usage.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the 3 levels of programming languages?
Can we declare a base-class destructor as virtual?
Write about the various sections of the executable image?
Which is the best c++ compiler for beginners?
Is there structure in c++?
What is the best way to declare and define global variables?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is c++ mutable?
What are the two types of comments, and how do they differ?
What is a map in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Do you need a main function in c++?
Is set c++?
Do you know the problem with overriding functions?
How do you establish an is-a relationship?