what is data Abstraction? and give example
Answer Posted / gaurav chauhan
Abstraction is the process
of identifying the essential
aspect of an entity and
ignoring the unimportant
properties
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are arithmetic operators?
What is tellg () in c++?
Do class declarations end with a semicolon?
What is the difference between object-oriented programming and procedural programming?
What is anonymous object in c++?
What is the use of pointer in c++ with example?
What is a storage class?
Is c++ the hardest programming language?
How would you call C functions from C++ and vice versa?
Does c++ have string data type?
What are friend functions in C++?
How do I make turbo c++ full screen?
Explain deep copy and a shallow copy?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Do class method definitions?