Answer Posted / kiribati

Abstraction is the process of capturing the essential or
distinguishing features of
something while suppressing or ignoring the detail.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

724


What is the purpose of the "delete" operator?

624


What are the implicit member functions of class?

597


What is c++ iterator?

648


Are vectors faster than arrays?

571






What is the difference between while and do while loop? Explain with examples.

604


What is the use of volatile variable?

602


Explain 'this' pointer and what would happen if a pointer is deleted twice?

613


Explain public, protected, private in c++?

569


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1009


What is this pointer in c++?

737


Differentiate between the message and method in c++?

612


What is abstraction in c++?

684


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

564


How is new() different from malloc()?

635