what is data Abstraction? and give example
Answer Posted / chirasani yasoda krishna
data abstraction is nothing but hiding un necessary data and providing useful data to the user for ecample if you write a programm internally it converts 0sand1s it hides and shows you an out put another real time example you have log on to mycomputer it is devplped by programs it hides the code and shows useful information to the user
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is do..while loops structure?
What is the full form of c++?
What is namespace & why it is used in c++?
What is private public protected in c++?
What is the difference between ++ count and count ++?
Is it possible for a member function to use delete this?
What programming language should I learn first?
What is #include iomanip?
Why do we use constructor?
How the endl and setw manipulator works?
Is there any difference between int [] a and int a [] in c++?
Why do we use classes in c++?
What do you mean by inheritance in c++? Explain its types.
What is copy constructor? Can we make copy constructor private in c++?