I finally got it to work by troubleshooting method. I commented out the main method code related to the inner class, and built up something that worked in the outer Circle class. That required me to fix some things...then I uncommented then commented out my troubleshooting code and it worked.
I may be referencing this example for later inner class problems.
Kent Hervey
Level 16
This was challenging to me because I need more experience with inner classes
Resolved
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Guadalupe Gagnon
23 October 2019, 14:32
You are learning and all these new concepts are going to be confusing at first. Don't get too overwhelmed and stuck on one subject but just keep moving along. All these concepts have different names (constructors, functions, methods, parameters, variables, classes, interfaces, members etc....) but are so extremely similar in execution that once you start to understand one, the others just make sense. It's like driving a car, you may learn on a mini van but then can drive a pickup, sedan, convertible.... Ford, Toyota, Volkswagen.
0