Explanations concerning the elements contained in the file
Objet.alg
This file defines the Objet class, whose elements all contain a boolean attribute called objetVide
For all objects instances of this class, the following methods are available:
-
with protected status (which means that the method will be available inside of this class and
inside of all derived classes of the Objet class, mbut not elsewhere
-
the function estVide which returns a boolean and says if the concerned object is empty or not
-
the procedure initialise which allows giving initial values to an object