Example
interface EPA {
bool emissionControl();
bool pollutionControl();
…
}
class NYepa implements EPA {
bool emissionControl () {
details/semantics /statements how to implement it }
class CAepa implements EPA {
bool emissionControl () {….
// different details on implementation….}
Previous slide
Next slide
Back to first slide
View graphic version