Difference AND Benefits OF OOP
Moderator: General Moderators
Difference AND Benefits OF OOP
Assalam-O-Walaikum
Hello to all friends,
I want to know that what's the Difference AND Benefits of OOP in PHP.
Thanks,
Allah Hafiz.
Hello to all friends,
I want to know that what's the Difference AND Benefits of OOP in PHP.
Thanks,
Allah Hafiz.
Re: Difference AND Benefits OF OOP
How about a trade?
You explain the benefits of search engines and I'll explain the benefits of OOP.
You explain the benefits of search engines and I'll explain the benefits of OOP.
Re: Difference AND Benefits OF OOP
Please some one tell me?
I can't find this question in search engines.
So i asked here.
I can't find this question in search engines.
So i asked here.
Re: Difference AND Benefits OF OOP
No, see, you should be looking for answers, not questions.Naeem wrote:I can't find this question in search engines.
Such as these.
-
webmonkey88
- Forum Newbie
- Posts: 20
- Joined: Fri Aug 14, 2009 4:30 am
Re: Difference AND Benefits OF OOP
lol people seem to want everything handed to them on a plate
Re: Difference AND Benefits OF OOP
Basically, objects let you group similiar functions that use the same resources. That way you don't have to make global resources and stuff, which could get overwritten etc....
But mainly people just use it because they think it's cool
And yes, use google.
But mainly people just use it because they think it's cool
And yes, use google.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Difference AND Benefits OF OOP
Perhaps you did not realize it, but you asked a question that has a very long answer. And much of the answer you cannot understand without prior experience. So it is not really answerable (except in a very general way) to someone who does not know the differences already.Naeem wrote:I want to know that what's the Difference AND Benefits of OOP in PHP.
(#10850)
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Difference AND Benefits OF OOP
I think the best and most effective way of understanding the benefits of OOP is to start practising it. You can read as much as you like describing how it works and how it's so wonderful but you will never really grasp the full benefit of this technique until you start using it yourself.