PHP - Classes and Objects
How would you declare a class
Calculator with a static method add that returns the sum of two numbers a and b?Calculator with a static method add that returns the sum of two numbers a and b?public static function followed by the method name.add with parameters and returns their sum.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions