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

Why is c++ considered difficult?

641


How can we check whether the contents of two structure variables are same or not?

582


Are strings immutable in c++?

652


Is it possible for a member function to use delete this?

562


What is a dangling pointer in c++?

654






What do you mean by inheritance in c++? Explain its types.

610


Which software is used for c++ programming?

614


Will this c++ program execute or not?

599


What is a multimap c++?

675


What will the line of code below print out and why?

322


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

630


What is stl containers in c++?

585


What are the data types in c++?

515


What is late binding c++?

538


Why are arrays usually processed with for loop?

770