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 ios in c++?
How to defines the function in c++?
What is a 'pure' virtual function and what's its use?
Should I learn c++ c?
What is an iterator class in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is an adaptor class or wrapper class in c++?
What is a block in c++?
Define the operators that can be used with a pointer.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
How can you quickly find the number of elements stored in a dynamic array?
What are the characteristics of friend functions?