Java provides classes a choice to to implement an interface completely or just partially. But, opting to implement an interface renders a class incomplete. It means that the class that implements an interface incompletely, must be declared Abstract. Any class that extends such class, must implement remaining methods of the interface or should declare themselves as Abstract too.
Showing posts with label Partial Implemetion. Show all posts
Showing posts with label Partial Implemetion. Show all posts
Subscribe to:
Posts (Atom)