what is data Abstraction? and give example
Answer Posted / umair
data abstraction mean definning somthing but not in detail
there are two types of data abstraction
e.g
main()
{
add();
sub();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we read/write Structures from/to data files?
Describe linkages and types of linkages?
What is virtual destructor ans explain its use?
What is token c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Can you write a function similar to printf()?
What is the difference between while and do while loop?
What is the protected keyword used for?
What are features of c++?
What is #include cstdlib in c++?
If you don’t declare a return value, what type of return value is assumed?
What are c++ stream classes?
What are all predefined data types in c++?
Is c++ the most powerful language?
the first character in the variable name must be an a) special symbol b) number c) alphabet