what is data Abstraction? and give example
Answer Posted / akshita.s
Abstraction is a OOP`s concept,it hides the implementation
details from the end user.we get loose coupling if there is
good abstraction.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How much do coding jobs pay?
Write about the stack unwinding?
What is the main purpose of overloading operators?
How long does it take to get good at leetcode?
What things would you remember while making an interface?
How to declare an array of pointers to integer?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What are c++ files?
What is the basic structure of c++ program?
Which is the best c++ compiler for beginners?
If I is an integer variable, which is faster ++i or i++?
Which is not a valid keyword a) public b) protected c) guarded
What is a storage class used in c++?
What is general format for a prototype?