Computer scienceFundamentalsEssentialsSoftware constructionIntroduction to Design Principles and SOLID

Interface Segregation Principle

Interfaces

Report a typo

We are working on a new application, particularly on the interface ART. We aggregate the following methods in it: PAINT_A_PICTURE, WRITE_A_NOVEL, CREATE_A_SKETCH. We want to break these methods into two interfaces. What kind of interfaces can they be?

Select one or more options from the list
___

Create a free account to access the full topic