Choose the most desirable characteristics of interfaces. (Choose three.)
Choose the most desirable characteristics of interfaces. (Choose three.)
The most desirable characteristics of interfaces are: Easy to extend, as this allows for future growth and changes without extensive rework; Clear descriptions of assertions and prerequisites, which ensure that the users of the interface understand how to interact with it correctly and what preconditions must be met; and Hard to misuse, which helps prevent errors and increases reliability by guiding users towards correct usage patterns.
based on isaqb should be A,C,G