Answer Posted / rishabh

Data Abstraction : It is a process of representing only the
essential features of any object without including
implement details...

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of india?

561


What is the first name of c++?

561


Name the operators that cannot be overloaded in C++?

580


What are put and get pointers?

577


What happens when the extern "c" char func (char*,waste) executes?

630






Explain the uses oof nested class?

621


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2278


What are shallow and deep copies?

627


What is ios flag in c++?

673


Explain abstraction.

612


What is abstraction in c++ with example?

558


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

826


What are the unique features of C++.

567


What is wrapper class in c++?

624


What is virtual destructor? What is its use?

571