what is data Abstraction? and give example
Answer Posted / yash modi
Data Abstraction means hide internal processing from user of outside world.He can See Only Visually see or do input-output but not know how operation is done .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the properties and principles of oop.
How do you declare A pointer to a function which receives nothing and returns nothing
What does ctime() do?
What is c++ iterator?
Will rust take over c++?
Can you sort a set c++?
What are separators in c++?
Where the memory to the static variables is allocated?
What is a linked list in c++?
Which compiler does turbo c++ use?
What are the advantages of using friend classes?
List the issue that the auto_ptr object handles?
Explain about vectors in c ++?
What are the various compound assignment operators in c++?
What is the difference between delegation and implemented-in-terms-of?