Question 24 For the following cošte, which statement is NOT true? public class Circle private double radius; public doub
Posted: Sat May 14, 2022 4:37 pm
Question 24 For the following cošte, which statement is NOT true? public class Circle private double radius; public double x; private double y; The x field is available to code that is written outside the Circle class. O The radius, x, and y fields are members of the Circle class. The radius field is not available to code written outside the Circle class. The y field is available to code written outside the circle class.