Which of the following is not true about C++ A. Code removable B. Encapsulation of data and code C. Program easy maintenance D. Program runs faster

Showing Answers 1 - 1 of 1 Answers

Mahesh

  • Oct 3rd, 2005
 

Answer B. Encapsulation of data and code

Bcos in C++ encapsulation done between member variable and member function not between data and code.

  Was this answer useful?  Yes

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