3.3.1.3 Implementation. 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.
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.