Extending Object-Oriented PHP

Treehouse
Course Summary
You should already be familiar with writing simple classes in PHP. In this course you will learn how extend the use of these classes to reuse code.
-
+
Course Description
About this Course You should already be familiar with writing simple classes in PHP. In this course you will learn how extend the use of these classes to reuse code.
About the Teacher
When not at her computer, Alena enjoys exploring Portland with her friends and family, including her 3 young children. She also enjoys the Symphony, Cooking, Books, Yarn and Yoga.
-
+
Course Syllabus
Inheritance
In this stage we'll look at how we can inherit from other classes and modify their properties and methods to suit our needs. 11 steps- Building Relationships 3:32
- Extending a Class 3:03
- Extending a Class 5 questions
- Using Multiple Classes 3:13
- Adding Child Features 5:18
- Override and Protect Scope 3:12
- Extend a Class 3 objectives
- Extending a Method 4:27
- Method Scope 3:12
- Extending the Display 7:40
- Review Parent/Child 10 questions
Extending the Family
Extend the family of classes even farther by adding another child to create a sibling relationship and extending a child to create a grandchild. 7 steps