| Introduction to OOP | Chapter 2: Abstraction : | next | previous | audio | real | text |
public class LinkedList implements Stack ... {
public void pop () throws EmptyStackException { ... }
...
}
Concern here is with the high level approach to providing the
designated service.