10-21-2007, 03:30 PM
|
#5 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Yes you can, aslong as the implemented class contains at least all of the methods etc in the interface you can have extra methods in the implemented class.
An important note that i forgot is that the interface class is a totally abstracted class, in other words it doesnt do anything, there are no workings or body to it, it has methods etc but no guts to it, its up to the implemented classes to take care of that.
glad you liked it :)
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|