A very common problem PHP Developers find in Object Oriented Programming is the needs of Multiple Inheritance and PHP doesn’t support multiple inheritance, at least officially. Fortunately, there are ways of doing this, without having to duplicate code. Extension Manager [sourcecode language=”php”] /** * Multiple Inheritance * * Extension Manager * * @author Joao Pedro Pereira * @package… Continue reading Multiple Inheritance
Tag: poo
JavaScript OOP #2 – Conceitos Básicos
Como criar construtores em JavaScript, definir propriedades/atributos bem como métodos.