Chapter 5

Object-Oriented Programming — Advanced — quiz

5 questions · ~4 min

Chapter 5 quiz

Question 1 of 5

You design a `BaseApiClient` that requires every subclass to implement `authenticate()` but provides shared logic for `sendRequest()`. What's the right structure?