6 lines
142 B
Text
6 lines
142 B
Text
|
|
// instantiate the class:
|
||
|
|
ProgrammingLanguage processing = new ProgrammingLanguage("Processing");
|
||
|
|
|
||
|
|
// call the method:
|
||
|
|
processing.sayHello();
|