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 kind of projects are suitable for c and c++
What is the hardest coding language to learn?
Why is polymorphism useful?
When to use “const” reference arguments in a function?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Can you please explain the difference between using macro and inline functions?
Can I learn c++ as my first language?
Why do we use pointers in c++?
Which is better turbo c++ or dev c++?
Tell me an example where stacks are useful?
Why is c++ difficult?
Should the member functions which are made public in the base class be hidden?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Does c++ support exception handling?
When is dynamic checking necessary?