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
what is oops and list its features in c++?
What should main() return in c and c++?
What is prototype in c++ with example?
What are literals in C++?
What will the line of code below print out and why?
Is ca high or low level language?
When should I use unitbuf flag?
What is a constant reference?
Why is c++ so fast?
What is the difference between C and CPP?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Ask to write virtual base class code?
Describe the syntax of single inheritance in C++?
What is the difference between an enumeration and a set of pre-processor # defines?
Why is null pointer used?