Python, Theory Python. Class inheritance. Rules February 9, 2021 BestProgISch Continue reading Python. Class inheritance. Rules →
Java, Theory Java. Inheritance. Overriding and overloading inherited methods. Polymorphism. Dynamic methods dispatching June 27, 2019 BestProgISch Continue reading Java. Inheritance. Overriding and overloading inherited methods. Polymorphism. Dynamic methods dispatching →
Java, Theory Java. Inheritance. A reference to a subclass object. Calling the superclass constructor. The keyword super June 7, 2019 BestProgISch Continue reading Java. Inheritance. A reference to a subclass object. Calling the superclass constructor. The keyword super →
Java, Theory Java. Inheritance. Basic concepts. Base class and derived class. The keyword ‘extends’. Hiding data in derived classes. Access modifiers private, protected, public October 5, 2018 BestProgISch Continue reading Java. Inheritance. Basic concepts. Base class and derived class. The keyword ‘extends’. Hiding data in derived classes. Access modifiers private, protected, public →