Notifications
Clear all
Topic starter 27/10/2024 6:09 pm
in oop php what is a method ?
Topic starter 27/10/2024 6:10 pm
In Object Oriented Programming in PHP, methods are functions inside classes. Their declaration and behavior are almost similar to normal functions, except their special uses inside the class.