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
Show the declaration for a static function pointer.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Explain the difference between struct and class in terms of access modifier.
What do c++ programmers do?
What are namespaces in c++?
Is it possible to get the source code back from binary file?
What is a hash function c++?
Is c++ an oop?
Difference between struct and class in terms of access modifier.
What is set in c++?
Can static member variables be private?
Can I run c program in turbo c++?
What are disadvantages of pointers?
Are there interfaces in c++?
Can constructor be static in c++?