OOP & Design Patterns - Abstraction - Abstract Class vs Interface - When to Use Which
If a new requirement arises where an interface needs to add a method without breaking existing implementations, what is the best approach to handle this in a language that originally did not support default methods in interfaces?
