Search found 2 matches
- Sat Apr 16, 2011 12:13 pm
- Forum: PHP - Theory and Design
- Topic: Interfaces & Abstract classes
- Replies: 2
- Views: 2985
Re: Interfaces & Abstract classes
Thank you!
- Sat Apr 16, 2011 10:48 am
- Forum: PHP - Theory and Design
- Topic: Interfaces & Abstract classes
- Replies: 2
- Views: 2985
Interfaces & Abstract classes
Hey, I want to have an interface, let's name it as IPage. Then I want to have an abstract class which implements IPage, and have for some of the functions in IPage implimetations and some are abstract. Then I have a class which extends the abstract class (which implments IPage) and this class should...