|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreview.HelloWorld
public class HelloWorld
Classe de presentation des concepts de base de la POO Affiche un message sur la sortie standard
Constructor Summary | |
---|---|
HelloWorld(java.lang.String message)
constructeur public |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
showMe()
affiche dans la sortie standard le message pre-defini |
void |
showMeWithDate()
affiche une la date avec le message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelloWorld(java.lang.String message)
message
- indique le message qui sera afficheMethod Detail |
---|
public void showMeWithDate()
public void showMe()
public static void main(java.lang.String[] args)
args
- the command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |