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
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the full form of stl in c++?
Do the parentheses after the type name make a difference with new?
What is this weird colon-member (" : ") syntax in the constructor?
Show the declaration for a static function pointer.
What is setbase c++?
Why are pointers not used in c++?
Is c++ the best programming language?
What is the use of typedef?
What is the first name of c++?
What is the default access level?
What is low level language in simple words?
Is it possible to use a new for the reallocation of pointers ?
How do you show the declaration of a virtual constructor?
Can member functions be private?