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


Please Help Members By Posting Answers For Below Questions

What is the use of lambda in c++?

791


What is #include sstream?

822


What is pure virtual function?

840


What is difference between c++ 11 and c++ 14?

795


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

815


Why do we use the using declaration?

938


Is c++ harder than java?

815


What is data type in c++?

776


Difference between inline functions and macros?

788


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

2423


Which is not a valid keyword a) public b) protected c) guarded

1019


Define a pdb file.

851


What is the function of I/O library in C++ ?

893


What is encapsulation in C++? Give an example.

839


how to connect with oracle 9i with server in socket program in c/c++

2102