Sollicitatievraag bij ITWorx

inheritance

Antwoord op sollicitatievraag

Anoniem

12 jan 2023

The child class will inherit all the public and protected properties and methods from the parent class. In addition, it can have its own properties and methods. An inherited class is defined by using the extends keyword.