System Design ( Day - 38 )
May 24, 2025 · 2 min read · SOLID Principles | Liskov Substitution Principle Rules Rules 1 . Signature Rulea. Method Argument RuleWhenever we are implementing the parent class methods we have to use the same type arguments or its parent class arguments. like the child classes a...
Join discussion