Solved

For the Following Code, Which Statement Is Not True? Class \quad

Question 20

Multiple Choice

For the following code, which statement is not true? class Point
{
\quad private:
\quad\quad double y;
\quad\quad double z;
\quad public:
\quad\quad double x;
};


A) x is available to code that is written outside the class.
B) The name of the class is Point.
C) x, y, and z are called members of the class.
D) z is available to code that is written outside the class.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions