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
what do you mean by volatile variable?
What is the prototype of printf function?
Is python written in c or c++?
List the special characteristics of constructor.
Can a program run without main in c++?
What is the C-style character string?
Why iomanip is used in c++?
Which of the following is evaluated first: a) && b) || c) !
What is meant by forward referencing and when should it be used?
What is the advantage of c++ over c?
What do you mean by late binding?
What is the difference between a baller and a reference in C++?
What is the use of lambda in c++?
What is the default access level?
What is binary object model?