PPT Slide
- Given what we’ve learned about objects, it follows that methods must be invoked with respect to an object or class. There are a few restrictions:
1. Invocation must be unambiguous re: which object or class the method is to act.
2. If the method call appears
inside a class, then that class
is presumed to contain the