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 problem with overriding functions?
Is c++ still being used?
Why null pointer is used?
Give 10 points of differences between C & C++.
What kind of problems can be solved by a namespace?
Write a Program to find the largest of 4 no using macros.
In a function declaration, what does extern mean?
What are static member functions?
What are move semantics?
What is a local reference?
What is the advantage of an external iterator.
Can turbo c++ run c program?
What is the best way to take screenshots of a window with c++ in windows?
What is the basic concept of c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.