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
Is c++ map a hash table?
Is c++ the best programming language?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is setw manipulator in c++?
How we can differentiate between a pre and post increment operators during overloading?
Does c++ vector allocate memory?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is the best way to declare and define global variables?
Can you please explain the difference between overloading and overriding?
What is split a string in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is the benefit of learning c++?
Does c++ have finally?
Can I run c program in turbo c++?
What return value must conversion operators have in their declaration?