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
Why is c++ difficult?
What are friend classes?
What language does google use?
Write a function to find the nth item from the end of a linked list in a single pass.
What is rtti in c++?
What are the benefits of c++?
Explain about Garbage Collector?
How do we implement inheritance in c++?
Why do we use the using declaration?
Is c++ pass by reference or value?
What is a linked list in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
How can an improvement in the quality of software be done by try/catch/throw?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Differentiate between a constructor and a destructor in c++.