what is data Abstraction? and give example
Answer Posted / abhishek
Data abstraction is a process of data hiding,i.e using the
the methods without knowing the implementation behind it;as
the implementation or logic is hidden for the outer world.
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
How a modifier is similar to mutator?
What is flush () in c++?
Should the member functions which are made public in the base class be hidden?
What are pointer-to-members in C++? Give their syntax.
What is c++ best used for?
Explain data encapsulation?
What are namespaces in c++?
Do class method definitions?
Specify different types of decision control statements?
Will c++ be replaced?
What are associate containers?
Which bit wise operator is suitable for putting on a particular bit in a number?
Explain what are accessor methods?
Declare a class vehicle and make it an abstract data type.
What is diamond problem in c++?