jd2007 Posted August 10, 2007 Share Posted August 10, 2007 i'm confused about this:final, abstract and protected. when to use them ? why should i use them and how to use them ? i really find it easy learning through examples, pls show me example. Quote Link to comment https://forums.phpfreaks.com/topic/64242-when-to-use-final-abstract-and-protected/ Share on other sites More sharing options...
HuggieBear Posted August 10, 2007 Share Posted August 10, 2007 My first question would be... Have you read the manual? This normally clears up lots of the issues. Regards Huggie Quote Link to comment https://forums.phpfreaks.com/topic/64242-when-to-use-final-abstract-and-protected/#findComment-320352 Share on other sites More sharing options...
ToonMariner Posted August 10, 2007 Share Posted August 10, 2007 If you are asking the question then you are not ready to be using them. Thats not being horrid to you mate, its just until you have a good handle on PLANNING an application then you should NOT even be going anywhere near - bet your bottom dollar you will declare a protected method only to realise you to access it from outside the class near the very end of teh development phase - and then you will be very unhappy..... Quote Link to comment https://forums.phpfreaks.com/topic/64242-when-to-use-final-abstract-and-protected/#findComment-320388 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.