sasori Posted August 13, 2008 Share Posted August 13, 2008 in abstract class that has abstract methods, we have to implement them in the child class of that abstract class right? if a single abstract method is not implemented..an error comes out right? how bout in interfaces?, let's say i didn't implement one of its methods? it will produce error as well? so this means none of those two types of classes has a capability of leaving a single method unimplemented in the child class that extends and implements them am i right? (just for verification, am a bit confused, ..a bit) Quote Link to comment Share on other sites More sharing options...
trq Posted August 13, 2008 Share Posted August 13, 2008 so this means none of those two types of classes has a capability of leaving a single method unimplemented in the child class that extends and implements them am i right Indeed that is correct. Quote Link to comment Share on other sites More sharing options...
sasori Posted August 13, 2008 Author Share Posted August 13, 2008 ok cool, thanks for the response..am enlightened now.. by the way..i posted it on the wrong section because i get much really fast help in the PHP help section of this forum..more than the OOP part .. ( based on my daily queries ) Quote Link to comment Share on other sites More sharing options...
trq Posted August 13, 2008 Share Posted August 13, 2008 by the way..i posted it on the wrong section because i get much really fast help in the PHP help section of this forum..more than the OOP part .. ( based on my daily queries ) The fact that you get a quicker response in php help does not mean it is the right place to post all your questions. Quote Link to comment Share on other sites More sharing options...
sasori Posted August 13, 2008 Author Share Posted August 13, 2008 ok sir..i won't do it again..thanks again Quote Link to comment 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.