For the following code, which statement is not true?

```
class Point
{
private:
double y;
double z;
public:
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 not available to code that is written out-side the class.
e. All of these are true.

d. z is not available to code that is written out-side the class.

Computer Science & Information Technology

You might also like to view...

A technique that uses illegally obtained information about individuals to perform targeted attacks in the hopes of getting them to reveal sensitive information is known as

a. spear phishing. b. pretexting. c. keystroke logging. d. logic bombing.

Computer Science & Information Technology

Which service allows you to use your cell phone or smartphone to send messages that contain images?

a. MMS b. ISP c. SMS d. MiFi

Computer Science & Information Technology