[Php-it] Metodi comuni e non tra classi della stessa interfaccia
Cristiano Verondini
cverondini at deis.unibo.it
Thu Mar 1 17:03:03 CET 2007
On 01/mar/07, at 16:52, Gianluca Baù wrote:
> An abstract class is a class that is only partially implemented by
> the programmer. It may contain one or more abstract methods. An
> abstract method is simply a function definition that serves to tell
> the programmer that the method must be implemented in a child class.
>
> To create an abstract class we use the code shown in Listing 1:
Si, è il meccanismo della derivazione di una classe base. Se la
classe padre è astratta significa solo che non può essere istanziata
e deve epr forza essere derivata.
Cris
--
Cristiano Verondini
http://www.verondini.it --- [ICQ 114 190]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ziobudda.net/pipermail/php-it/attachments/20070301/800dd8e6/attachment.htm
More information about the Php-it
mailing list