what is data Abstraction? and give example

Answer Posted / rohit kumar

abstraction is a programming technique that relies on the separation of interface and implementation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define friend function.

574


How to demonstrate the use of a variable?

644


Why is it necessary to use a reference in the argument to the copy constructor?

637


What programming language should I learn first?

594


Comment on c++ standard exceptions?

640






Explain pass by value and pass by reference.

598


Can I make ios apps with c++?

562


What are the implicit member functions of class?

597


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

620


What are the extraction and insertion operators in c++?

565


Difference between a copy constructor and an assignment operator.

580


Why we use #include conio h in c++?

597


What is the rule of three?

576


What is the difference between a definition and a declaration?

580


What is the basic structure of a c++ program?

616