e.g. Having a class which represents a list, (but ...
# announcements
j
e.g. Having a class which represents a list, (but doesn't implement list), and allowing the methods defined for lists to be usable on it?
g
I don’t think so. Easiest workaround for this case is wrapper class (that implements interface) + delegation