Hi,
I heard some where that PHP is support OOPS and its new feature is PHP. Every is now using OOPs in PHP. What is oops in php with example? Can anyone give me code example?
Thanks
Hi,
OOPs stands for Object Oriented Programming which was introduced in the late 80s. Since then it is very popular in development of many types of applications.
OOPS is programming principle which is very popular these days.
You can learn about OOPS in PHP at PHP OOPs tutorial page.
Thanks
Ads