what is data Abstraction? and give example

Answer Posted / pintu gupta

in oops the data abstraction is defined as represent
essential features without including background details or
implementation details.class use the concept of data
abstraction.

Is This Answer Correct ?    135 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use the functions randomize() and random()?

821


What is the purpose of extern storage specifier?

819


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

866


What is do..while loops structure?

819


What is the latest c++ version?

811


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

1715


What is buffering in c++?

798


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

1162


What is the use of endl in c++ give an example?

867


Specify different types of decision control statements?

573


Can you please explain the difference between using macro and inline functions?

729


State two differences between C and C++.

797


Explain what are single and multiple inheritances in c++?

730


Why c++ is not a pure oop language?

719


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

2092