Across
- 2. single object of a particular class
- 3. method for creating an object in a class
- 6. instance of a class with defined attributes
- 8. list of variables passed to a constructor or method and used in its implementation
- 10. value that is passed into a constructor or method
- 12. when there are multiple definitions with the same name but different signatures (constructors or methods)
- 13. collection of modules
Down
- 1. process of creating an object
- 4. object-oriented programming
- 5. defines a constructor or method (name and list of parameters)
- 7. initializes formal parameters with copies of the actual parameters
- 9. describes a constructor or method and defines how it is used (access level, name and parameter list)
- 11. formal design defining all attributes and behaviors of an object
- 12. hold a memory address that refers to a specific object
