Question: For the following code, which statement is NOT true? x is available to code that is written outside the class. The name of the class
For the following code, which statement is NOT true? 
| x is 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. |
| z is not available to code that is written outside the class. |
| All of these are true. |
Which is correct?
class Point private: double Y: double z: public: double x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
