what is data Abstraction? and give example
Answer Posted / saikumar jalda
Data abstraction means the mechanism of hiding the data
without effecting the background details is called data
abstratction.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a pointer with example?
What is the best c++ compiler?
What is an iterator?
What is copy constructor? Can we make copy constructor private in c++?
Please explain class & object in c++?
Difference between struct and class in terms of access modifier.
Describe linkages and types of linkages?
If I is an integer variable, which is faster ++i or i++?
Why is c++ a mid-level programming language?
How does list r; differs from list r();?
What jobs can you get with a c++ certification?
What is an operator function? Describe the function of an operator function?
When can I use a forward declaration?
What are compilers in c++?
What are the steps in the development cycle?