Closed roman-mate closed 5 years ago
https://mate-academy.github.io/style-guides/java/java.html#s3.4.1-one-top-level-class "Each top-level class resides in a source file of its own."
Move Parents class into a separate file.
Also add class access modifier (public)
since getRadios method is private it's not super useful. You can get rid of that.
You probably want to throw IllegalArgumentsException here.
line is longer than 100 characters. Add line breaks to decrease width.