Object Interaction Part 2 Flashcards

(6 cards)

1
Q

New

A

Operators used by objects to create other objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Internal method call

A

A call from one method to another within the same class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

External method call

A

A call from one method to a method of another object using dot notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Debugger

A

A software tool that helps in examining how an application executes. It can be used to find bugs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This

A

The keyword that refers to the current object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly