Object Interaction Part 2 Flashcards
(6 cards)
1
Q
New
A
Operators used by objects to create other objects
2
Q
Overloading
A
Including more that one constructor or more that one method with the same name in the same class. Each constructor or method with the same name must have a distinct set of parameter types
3
Q
Internal method call
A
A call from one method to another within the same class
4
Q
External method call
A
A call from one method to a method of another object using dot notation
5
Q
Debugger
A
A software tool that helps in examining how an application executes. It can be used to find bugs.
6
Q
This
A
The keyword that refers to the current object