what is data Abstraction? and give example
Answer Posted / mahmud hasan
Data abstruction is a process of representing the essential
features without including the background details or
explanations.
The concept of data abstruction relates to the idea of
hiding data that is not needed for presentation.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How const int *ourpointer differs from int const *ourpointer?
Describe the syntax of single inheritance in C++?
Explain the purpose of the keyword volatile.
What is vector string in c++?
Can I make ios apps with c++?
Name four predefined macros.
What are c++ manipulators?
How do you master coding?
What kind of problems can be solved by a namespace?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Why Pointers are not used in C++?
What is the benefit of c++?
Name the operators that cannot be overloaded in C++?
What is the use of register keyword with the variables?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?