July 2021
Intermediate to advanced
480 pages
14h 40m
English
This chapter covers
When building software systems, polymorphism provides the ability for objects to take many different forms, typically relying on explicit object inheritance. In this pattern, we’ll explore how to translate this powerful tool from the world of object-oriented programming to that of resource-oriented API design. We’ll also investigate a few guidelines for when to rely on polymorphic resources over completely independent resources.
In object-oriented programming (OOP), polymorphism is the idea of using ...
Read now
Unlock full access