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
Is c++ double?
Can we distribute function templates and class templates in object libraries?
Will rust take over c++?
Is dev c++ a good compiler?
Write about a nested class and mention its use?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Is there a sort function in c++?
Can a Structure contain a Pointer to itself?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the main purpose of c++?
Explain how overloading takes place in c++?
How can an improvement in the quality of software be done by try/catch/throw?
What are move semantics?
What are special characters c++?