Delphi doesn't have multiple inheritance. More than likely it's interfaces- delphi can inherit from one class, and implement any number of additional interfaces. Typically the classes start with T and the interfaces start with I, but that's just a standard and not enforced.
Interfaces are a way of solving many of the same problems that multiple inheritance solves.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.