in Delphi
OOP :: The Interfaces in Delphi Programming 101 introduced programming with interfaces in Delphi. An interface is like an abstract class - but not the same. While you cannot instantiate an abstract class, you can have a class implement an interface and be equipped with special ...
More...