Quiz: Inheritance
Test your understanding of inheritance in PHP.
We'll cover the following...
Let’s practice what we have just learned.
1
In which class do we use the extends
keyword to declare that one class inherits from another class?
A)
The parent class
B)
The child class
C)
Both the child and parent classes.
Question 1 of 60 attempted
...