I was wondering if we could have sealed interfaces.
A potential use case could be having the model for an application (let's say, type of posts on a social media platform). They can be represented as a set of sealed interfaces bit then have two different implementations depending whether they come from local cache, remote server or even dummies for testing...
What do you peepz think?