OOP & Design Patterns - Open/Closed Principle - Open for Extension, Closed for Modification
A developer believes that simply adding new methods to an existing class without changing existing methods satisfies the Open/Closed Principle. What is the flaw in this reasoning?
