Skip to content

Latest commit

 

History

History

composition_inheritance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Inheritance / Composition Examples

Java Example

Requires: make and java to be installed Run: make java-example

  • compiles .java and runs the result, see orcs.java
  • cleans up the class files after

JavaScript Example

Requires: make and node Run: make js-example

  • runs the orcs.js example

Notifications Example

Requires: make and node Run: make js-notifications

  • runs the notifications.js example