Solved

For the Following Code,which Statement Is Not True? Public Class

Question 46

Multiple Choice

For the following code,which statement is not true? public class Sphere
{
Private double radius;
Public double x;
Private double y;
Private double z;
}


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

Correct Answer:

verifed

Verified

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

Related Questions