filmov
tv
php classes: Disallow overriding functions in derived class

Показать описание
In the last video , we learned about how to override functions from base class in derived class. In this video we would prevent that from happening. It is needed if we do not want a critical function to be overridden at all. Watch the video