what is data Abstraction
Answers were Sorted based on User's Feedback
Answer / narasimulu24
Abstraction refers to the act of representing essential
features without including background process or
implementing details.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sumithra.a
Data Abstraction is the process of hiding unwanted details
from user.
Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between multiple and multilevel inheritance in c++?
What is an iterator class in c++?
What do the keywords volatile and mean mutable?
what is VOID?
What does h mean in maths?
What is the difference between passing by reference and passing a reference?
What is the difference between #import and #include?
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].
What is a tree in c++?
What is heap sort in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
structure contains int, char, float how it behaves for big endian and little endian?