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...