Examlex

Solved

For the Following Code, Which Statement Is NOT True

question 5

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;
}


Definitions:

Related Questions