what is data Abstraction? and give example
Answer Posted / amit joshi
Abstraction refers to the act of representing essential features without including background details and explanations.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is data types c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Is facebook written in c++?
What is copy constructor? Can we make copy constructor private in c++?
What is c strings syntax?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Is map ordered c++?
How a pointer differs from a reference?
How is static data member similar to a global variable?
What is boyce codd normal form in c++?
How is c++ different from java?
What do you mean by a template?
What does it mean to declare a member function as virtual?
Explain the use of virtual destructor?
Which one between if-else and switch is more efficient?