What do you mean by abstraction. Explain your answer?
Answer Posted / sushant
Abstraction means hiding of unwanted data and showing important data. e.g. Color class is combination of Red, Green, Blue then it is represented as RGB. Its an abstraction.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a try block?
What are static variables?
Which should be more useful: the protected and public virtuals?
What do you mean by volatile and mutable keywords used in c++?
What are shallow and deep copy?
What are the advantages of pointers?
how to connect with oracle 9i with server in socket program in c/c++
What is the difference between map and hashmap in c++?
What is jump statement in C++?
Explain the term memory alignment?
How can an improvement in the quality of software be done by try/catch/throw?
Const char *p , char const *p What is the difference between the above two?
What is a v-table?
What are iterators in c++?
If I is an integer variable, which is faster ++i or i++?