Question: advance java Length: 2.00:00 Louis Abe Mujang: Attempt 1 Question 7 (1 point) Saved You can have more than one method in a class with

advance java
Length: 2.00:00 Louis Abe Mujang: Attempt 1 Question 7 (1 point) Saved You can have more than one method in a class with the same name, as long as the parameter lists are different. True/False: This is called overloading Hint: See section 7.7 of the text, or google what an overloaded method is) a) True . b) False Question 8 (1 point) Saved True or false: we generally define constructors to be public. a) True - b) False Question 9 (1 point) Say you have this class: class circle public void setRadius double radiusthis.radius radius:) public set getRadius return this.radius; ) private double radius; Note that there is no constructor specified, so all it has is a default constructor Write a line of code that would declare, and create, a Circle. Name the circle reference variable "c1" Even Log
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
