Difference between static and dynamic function in php oops Should we make all function as static. What is constant and defined in php Laravel event Laravel store processor Jquery json.parse and other type of json object Jquery cores browser request error Function((array)$a,(string)$b){ } Function overloading and overwriting trait class User table has users data and…
Month: June 2018
Telephonic Round Questions in PHP
inheritance : normal inherit or call parent class property to child encapsulation : Public , Private(only defined class can user), Protected (only child class can use) (access modifier) polymorphic : simply assigning the value and behavior in sub class which is already defined friend function : are function which defined in class and allow to…