Class GestionEmployes

java.lang.Object
  extended byGestionEmployes

public class GestionEmployes
extends java.lang.Object

GestionEmployes.java Programme de gestion d'une liste d'employés. Ce programme offre les fonctionnzlités suivantes :


Constructor Summary
GestionEmployes()
           
 
Method Summary
static void main(java.lang.String[] args)
          le programme principal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GestionEmployes

public GestionEmployes()
Method Detail

main

public static void main(java.lang.String[] args)
le programme principal