In an application network, if the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product
API?
In an application network, if the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product
API?
If only the implementation of a product API changes while its interface remains the same, the other APIs that consume this product API will not be affected. No changes are needed in the other APIs or their associated applications since the interface they depend on has not changed, ensuring backward compatibility.
C is correct
if you dont change the interface, so is not a breaking change modification, so answer should be C
C is corect
C is correct
C is correct
C is correct
C is the correct answer