Uses of Interface
Panier.Vendable

  • Uses of Vendable in Panier

    Classes in Panier that implement Vendable
    Modifier and Type
    Class
    Description
    class 
    Classe représentant un disque (CD/DVD) vendable.
    class 
    Classe représentant un produit alimentaire vendable.
    Methods in Panier with parameters of type Vendable
    Modifier and Type
    Method
    Description
    void
    Panier.add(int quantite, Vendable chose)
    Ajoute un produit dans le panier.
    Constructors in Panier with parameters of type Vendable
    Modifier
    Constructor
    Description
     
    Produit(Vendable chose, int quantite)
    Constructeur pour initialiser un produit avec une chose vendable et une quantité.