1
vote
7answers
234 views
Using Objects across methods
Edit again:
I think I get it now. All I need to do then is use the current class colon the class I want to be able to access? Person : Student, or person : teacher
Is that corre …
