what is data Abstraction? and give example
Answer Posted / ahsaan ansari
Data Abstraction refer to know the properties of data rather than that how properties are process.
In another word say "Data Abstraction Emphasis on What rather than How".
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of operator overloading?
Write a function to find the nth item from the end of a linked list in a single pass.
Define upcasting.
Difference between delete and free.
why is c++ called oops? Explain
What is a down cast?
When is dynamic checking necessary?
what is c++
What is #include c++?
what is oops and list its features in c++?
Define namespace in c++?
Write is a binary search tree? Write an algo and tell complexity?
What is the c++ code?
What do you mean by late binding?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num