Question: For the following code, which statement is NOT true? class Point private: double y; double z; public: double x (e) z is not available to
For the following code, which statement is NOT true? class Point private: double y; double z; public: double x (e) z is not available to code that is written outside the class. The name of the class is Point. x, y, and z are called members of the class. O x is available to code that is written outside the class. All of these are true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
