what is data Abstraction? and give example
Answer Posted / hetshree
Data abstraction is hiding the irrelevant data and showing the relevant data. It is basically used in ATM machines where we are shown only that information which we ask for and not all
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define anonymous class.
how to access grid view row?
What are the two types of polymorphism?
Which is better c++ or java?
What is the difference between C and CPP?
List the features of oops in c++?
What is the role of copy constructor in copying of thrown objects?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is the latest c++ version?
Differentiate between a constructor and a destructor in c++.
Why is c++ awesome?
What are the differences between malloc() and calloc()?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is endl?
Explain 'this' pointer and what would happen if a pointer is deleted twice?