Inheritance & Polymorphism
Inheritance & Polymorphism
&
Polymorphi
sm
Hina Farooq
Inheritance
In a banking application,
the BankAccount class should be sealed to prevent unauthorized
modifications through inheritance.
Example;
Polymorphism
(struct)
• Like all value types, structs can neither inherit
another class, nor can they be inherited.