public class DessinResolutionAppel { public static void main (String args[]) { Forme f ; f = new Cercle(); f.afficher(); } }