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
What is array in c++ pdf?
How would you use the functions randomize() and random()?
What is c++ vb?
Why #include is used?
Are php strings immutable?
Write a program to find the Factorial of a number
What can I use instead of namespace std?
What is buffering in c++?
What is a loop? What are different types of loops in c++?
What is the use of structure in c++?
What is the difference between #import and #include?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is the insertion operator and what does it do?
Why is c++ so fast?
Eplain extern keyword?