what is data Abstraction? and give example
Answer Posted / m.shahzad
In Object Oriented Programming Data Abstraction is the
Technique which is Used to Minimize the Complexity...
what is Mean Complexity?
its mean that before u go for a project let say its one module
you don't see its entire details except that u see what do
you needed at this time to complete this specific problem not
all the Complex detail of this module u need this concept
minimize the complexity of that Problem through the concept
of Abstraction
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of lambda in c++?
What is #include sstream?
What is pure virtual function?
What is difference between c++ 11 and c++ 14?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Why do we use the using declaration?
Is c++ harder than java?
What is data type in c++?
Difference between inline functions and macros?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Which is not a valid keyword a) public b) protected c) guarded
Define a pdb file.
What is the function of I/O library in C++ ?
What is encapsulation in C++? Give an example.
how to connect with oracle 9i with server in socket program in c/c++