what is data Abstraction? and give example
Answer Posted / mansi
In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is main function important?
Write bites in Turbo c++ Header ("Include") Files.
Does c++ support multilevel and multiple inheritances?
What is the most useful programming language?
If you don’t declare a return value, what type of return value is assumed?
Tell me difference between constant pointer and pointer to a constant.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Is c++ the hardest programming language?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is cout flush?
What is difference between class and function?
How can we access protected and private members of a class?
Write about the local class and mention its use?
When should I use unitbuf flag?
what is c++