121 and 122 Objects

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