Data Encapsulation

Which one of the statements concerning data encapsulation is FALSE?

A. Data encapsulation lets the programmer create an object and then provide an interface that other objects can use to invoke the methods provided by that object.

B. Programmers can change the internal working of an object, but this may be transparent as long as the interface remains unchanged.

C. Data encapsulation works well for maintaining code.

D. Data encapsulation can be easily supported by C++ classes.

E. Data encapsulation increases the complexity of programming.

Questions by desirocks   answers by desirocks

Showing Answers 1 - 6 of 6 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions