System Design ( Day - 38 )
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...
systemdesignbymanoj.hashnode.dev2 min read