+8
Factory Method PHP example oversight
In the factory method PHP implementation example, shouldn't the AbstractPHPBook
extend the AbstractBook
class so it inherits the getAuthor()
and getTitle()
(abstract) methods and thus ensures/forces their implementation?
Customer support service by UserEcho