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
Which ide is best for c++?
Where do I find the current c or c++ standard documents?
Which function cannot be overloaded c++?
Why do we need c++?
What are different types of loops in c++?
How new/delete differs from malloc()/free?
Is c++ the hardest programming language?
Do you know about latest advancements in C++ ?
How do I tokenize a string in c++?
What is the identity function in c++? How is it useful?
What is Destructor in C++?
What is set in c++?
What is the difference between prefix and postfix versions of operator++()?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is a multimap c++?