What is oops in php with example?

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

View Answers

April 5, 2011 at 3:36 PM

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









Related Tutorials/Questions & Answers:
Advertisements