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
Define a conversion constructor?
What does h mean in maths?
How do I run a program in notepad ++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Using a smart pointer can we iterate through a container?
How can I improve my c++ skills?
Describe linked list using C++ with an example.
What c++ library is string in?
What is the C-style character string?
what you know about c++?
What is the history of c++?
Write a program to show polymorphism in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is the difference between ++ count and count ++?
What is the extraction operator and what does it do?