what is data Abstraction? and give example
Answer Posted / wizards
The main idea of data abstratcion is to give clear
seperation between properties of data and implementation
details. This results the properties of the data types are
visible to the user interface and hides implementation details.
| Is This Answer Correct ? | 41 Yes | 11 No |
Post New Answer View All Answers
What is abstraction in c++?
What is a tuple c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How would you call C functions from C++ and vice versa?
What is pure virtual function? Or what is abstract class?
What is an operator in c++?
What is double in c++?
Is java made in c++?
What are iterators in c++?
What kind of problems can be solved by a namespace?
What are files in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
Why is main an int?
What are destructors?
What is a Default constructor?