DEV Community

Cover image for `final` keyword with PHP 🚀
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨

Posted on • Updated on

`final` keyword with PHP 🚀

Let's learn about the PHP final keyword in object-oriented PHP 🐘

🤖 GitHub: https://github.com/pH-7


👉 If you wish to learn more about PHP and build a real-world PHP Web application, I've published a Udemy course teaching you, set-by-step: https://www.udemy.com/course/create-real-world-php-webapp-from-scratch/

Top comments (1)

Collapse
 
pierre profile image
Pierre-Henry Soria ✨ • Edited

What about you? How often are you declaring your classes as final in PHP? In what contexts are you using it the most?