Home > CS3560: Object-Oriented Design and Programming > Object-Oriented Program Flow
Instantiation: Creation of an object in memory, based on template provided by the class.
Method: Function executed within an object when invoked by a message request (method call).