what is data Abstraction? and give example
Answer Posted / hussey
Abstraction is a concept with which we can work without
going into detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a pointer?
What are the steps in the development cycle?
What is the benefit of encapsulation?
What are the restrictions apply to constructors and destructors?
What is the difference between ++ count and count ++?
Define Virtual function in C++.
What is the most common mistake on c++ and oo projects?
What is vector pair in c++?
What new()is different from malloc()?
How would you implement a substr() function that extracts a sub string from a given string?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Which is better c++ or java?
Write a program which uses functions like strcmp(), strcpy()? etc
You want to link a c++ program to c functions. How would you do it?
Are vectors passed by reference c++?