Question: 10. For following code, which statement is not true? class Point private double y; double z; public: double x; ax can be accessed from outside
10. For following code, which statement is not true? class Point private double y; double z; public: double x; ax can be accessed from outside the class. b. The name of the class is Point. c. x, y, and z are called members of the class. d. z can be accessed from outside the class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
