Data Structures and Algorithms Lecture Notes

24 January 2011 Interfaces


Non-abstract classes are obliged to implement all the methods defined in implemented interfaces. An abstract class C can leave some interface methods to be implemented by ancestors.
This page last modified on 24 January 2006.