DEV Community

Cover image for `final` keyword with PHP ๐Ÿš€
Pierre-Henry Soria โœจ
Pierre-Henry Soria โœจ

Posted on โ€ข Edited on

3 2

`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?