filmov
tv
Inheritance & Polymorphism in Java (7.4)

Показать описание
Explains how Inheritance and Polymorphism works in Java. We demonstrate the use of the extends keyword by extending the BigDecimal Class to create a BogusDecimal Class. A short case study of Classes modeling Shapes is demonstrated.