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
What do you understand by pure virtual function? Write about its use?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Why do we use structure in c++?
Will c++ be replaced?
Which one between if-else and switch is more efficient?
Explain Memory Allocation in C/C++ ?
Is java easier than c++?
What are the steps in the development cycle?
Explain how overloading takes place in c++?
What is meant by iomanip in c++?
Write a program which uses Command Line Arguments
Write about the retrieval of n number of objects during the process of delete[]p?
What is the error in the code below and how should it be corrected?
What are destructors?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].