Hi Friends..
I know OOP stands for Object Oriented Programming. I know very well about object but I want to know, what is the mean of Orient in OOps. Please tell me anyone with an example ?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jul 13, 2012, 1:27 AM
Object Oriented Programming is programming which is oriented around objects, thus taking advantage of Encapsulation, Polymorphism, and Inheritance to increase code reuse and decrease code maintenance.
Please refer the below links
http://www.tonymarston.net/php-mysql/what-is-oop.html
http://en.wikipedia.org/wiki/Object-oriented_programming
Thanks