Loading...
Learn Interface Segregation Principle — a key concept for LLD interviews.
ISP: Don't force classes to implement methods they don't use. Break fat interfaces into small ones. A Robot shouldn't need an eat() method just because it's a "Worker".