Hacker News new | ask | show | jobs
by limmeau 5804 days ago
The interface between a superclass and its subclasses is just another interface (or rather say, a pair of interfaces: sub-calls-super and super-calls-sub). However, many if not most superclass-subclass interfaces are not designed and documented like proper interfaces.