Solved

Of the Following, Which Would Be Considered the No-Arg Constructor

Question 29

Multiple Choice

Of the following, which would be considered the no-arg constructor for the Rectangle class?


A) public Rectangle(int len, int width)
B) public Rectangle(double len, double width)
C) public Rectangle()
D) public Rectangle(length, width)

Correct Answer:

verifed

Verified

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

Related Questions