3.3.1.3 Implementation. Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What do we need to be aware of when interfacing?

A

The models and algorithms need to be implemented in the form of data structures and code (instructions) that a computer can understand.

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

Define implementation of an interface.

A

Implementation of an interface is a java program that references the interface using the ‘implements’ key word.

E.g.

implements ActionListener.

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