what is data Abstraction? and give example
Answer Posted / anuj sharma
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pair in c++?
In c++, what is the difference between method overloading and method overriding?
What is the use of 'using' declaration in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is #include math h in c++?
Explain differences between new() and delete()?
What is a static element?
Describe the syntax of single inheritance in C++?
Describe private, protected and public?
What is a .h file c++?
Should the this pointer can be used in the constructor?
What are literals in C++?
What is c++ namespace?
Can you please explain the difference between overloading and overriding?
Write is a binary search tree? Write an algo and tell complexity?