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 are the extraction and insertion operators in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is do..while loops structure?
What operators can you overload in c++?
what you know about c++?
What is class invariant in c++?
What is flush () in c++?
What is a local reference?
Declare a class vehicle and make it an abstract data type.
Can class objects be passed as function arguments?
Define linked lists with the help of an example.
What is a node class in c++?
What is expression parser in c++
What is an undefined reference/unresolved external symbol error and how do I fix it?
Is overriding possible in c++?