‘final’ is introduced in PHP5. Final class means that this class cannot be extended and a final method cannot be overridden. Post navigation Is multiple inheritance supported in PHP? How is the comparison of objects done in PHP?