what is data Abstraction? and give example
Answer Posted / aniruddha kalburgi.
Data Abstraction is the way of hiding the unessential data
to reduce the complexity in front of user of a computer. The
programmer can decide what the data to be hided or what part
is essential to shown to user...
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can malloc be used in c++?
What is a wchar_t in c++?
What are separators in c++?
What is fixed in c++?
What does ios :: app do in c++?
What are 2 ways of exporting a function from a dll?
Write about all the implicit member functions of a class?
What is a stack c++?
Is facebook written in c++?
What is split a string in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What do you mean by friend class & friend function in c++?
Where and why do I have to put the "template" and "typename" keywords?
How does class accomplish data hiding in c++?
What is bubble sort c++?