Answer Posted / karthick

Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.

Is This Answer Correct ?    359 Yes 101 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between class and function?

574


Differentiate between the manipulator and setf( ) function?

578


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2055


How to demonstrate the use of a variable?

629


What is c++ mutable?

687






Explain the concept of dynamic allocation of memory?

610


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

814


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1567


What is private public protected in c++?

539


Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

1473


Describe the process of creation and destruction of a derived class object?

630


What is the difference between equal to (==) and assignment operator (=)?

562


What is the fastest c++ compiler?

570


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

623


Why c++ does not have finally?

577