In PHP OOP, what does the term "inheritance" mean?
- Passing properties
- Extending a class
- Object duplication
- Class encapsulation
In PHP Object-Oriented Programming, "inheritance" means extending a class to create a new class with the same properties and methods as the parent class.
Loading...
Related Quiz
- You have a PHP script and you need to access the session variables. How would you do this?
- The control structure that allows for multiple conditions to be checked in a single statement is called ________.
- What is the operator used for addition in PHP?
- How can you start a session in PHP?
- What is the primary purpose of using transactions in database operations?