|
static void | main (String[] args) |
|
Definition at line 31 of file test.java.
◆ main()
static void chapter2.test.main |
( |
String[] | args | ) |
|
|
inlinestatic |
Definition at line 32 of file test.java.
32 {
33 base example = new extended();
34 example.method();
35
36 }
The documentation for this class was generated from the following file: