Intro to Java Classes – Instantiate a Object
We’ve looked at building our Java Class (here and here), but how do we use it? Let’s look into this. Once our class is complete, or complete enough – we can always go in and modify it further based upon new functionality needed, fixes to bugs, etc, we can instantiate it. That is, we can…