Answer Posted / mrk

Data Abstraction is the process of representing the essential features without including the background details.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

603


Explain the uses of static class data?

599


Is there any function that can skip certain number of characters present in the input stream?

588


What is const pointer and const reference?

597


What is math h in c++?

609






Can I learn c++ without c?

605


Explain stack & heap objects?

636


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 are pointer-to-members in C++? Give their syntax.

619


What is an adaptor class or wrapper class in c++?

609


What are references in c++?

665


Why do we need runtime polymorphism in c++?

561


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

636


Explain storage qualifiers in c++.

624


Define the process of handling in case of destructor failure?

580