11.09.2018 Views

Aprender a desarrollar un sitio Web con PHP y MySQL

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

$perro1 = new Animal("rojo",10);<br />

//instanciar la clase Animal<br />

$perro2 = new Animal("gris",5);<br />

//instanciar la clase Animal<br />

$perro3 = new Animal("negro",15);<br />

//instanciar la clase Animal<br />

$perro4 = new Animal("blanco",8);<br />

//llamada al método estático<br />

echo "Número de animales que se han instanciado:".Animal::<br />

getContador();<br />

?><br />

Da como resultado:<br />

Llamada al <strong>con</strong>structor.<br />

Llamada al <strong>con</strong>structor.<br />

Llamada al <strong>con</strong>structor.<br />

Llamada al <strong>con</strong>structor.<br />

Número de animales que se han instanciado:4<br />

www.FreeLibros.me

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!