i can't understand ....anything
i can't understand ....anything
Under discussion
Comments (3)
- Popular
- New
- Old
You must be signed in to leave a comment
Michael Shaw
28 August 2019, 10:08
Remove the "void". Since we need to return information from the object, the void must be removed.
0
Sundaram
24 January 2019, 12:33
public void Circle() - Constructor function returns the object it creates and not void. So Avoid .......
+1
Khurram
18 December 2018, 15:26
in the hint, it mentions to study the default constructor, when you check the default constructor, just review the differences between regular methods and constructors, hopefully you will figure out the answer
0