what is data Abstraction? and give example
Answer Posted / tamilarasan
A data abstraction is a simplified view of an object that includes only features one is interested in while hides away the unnecessary details.
eg: creation of object from its class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can non-public members of another instance of the class be retrieved by the method of the same class?
Is empty stack c++?
Can a new be used in place of old mallocq? If yes, why?
Is swift better than c++?
What is the best c++ book?
Difference between delete and free.
What are literals in C++?
Explain about vectors in c ++?
What is abstraction in c++?
What is virtual destructor? What is its use?
How is computer programming useful in real life?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
How do you invoke a base member function from a derived class in which you have not overridden that function?
what are the characteristics of Class Members in C++?
Does there exist any other function which can be used to convert an integer or a float to a string?