1 2 3 4 5 6
package TP4; public interface Iplaylist extends IelementAudio { public int getnbElements(); public void setNbElements(); }