How to protect a class to be inherited ?

 

Answer : By adding a final keyword in before class name .

Example :
                                 Class final Class_name
                         {
Code will be here
}

Comments

Popular posts from this blog

Target class controller does not exist - Laravel 8