Answer Posted / deepak

Data abstraction is process of dfining the function & it is
used several times as needed with the required properties

Is This Answer Correct ?    172 Yes 468 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is code reusability in c++?

672


What is the use of ::(scope resolution operator)?

655


How would you use the functions sin(), pow(), sqrt()?

742


What is the difference between global variables and static varables?

575


Comment on local and global scope of a variable.

587






How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

648


Describe new operator and delete operator?

630


What is the difference between an external iterator and an internal iterator?

614


How should runtime errors be handled in c++?

617


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1518


Specify some guidelines that should be followed while overloading operators?

625


How a macro differs from a template?

638


What is the difference between the functions rand(), random(), srand() and randomize()?

730


What operator is used to access a struct through a pointer a) >> b) -> c) *

596


What do you understand by zombie objects in c++?

622