what is data Abstraction? and give example
Answer Posted / aniruddha kalburgi.
Data Abstraction is the way of hiding the unessential data
to reduce the complexity in front of user of a computer. The
programmer can decide what the data to be hided or what part
is essential to shown to user...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a local reference?
Can we make copy constructor private in c++?
What are the uses of static class data?
What are the implicit member functions of class?
What is fixed in c++?
Explain the uses of static class data?
How do we balance an AVL Tree in C++?
What is the use of default constructor?
How to declaring variables in c++?
What sorting algorithm does c++ use?
Describe friend function & its advantages.
What is oop in c++?
Define 'std'.
Which field is used in c++?
Explain selection sorting?