Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

implementier

Examples
Coming soon...
Description Implements an interface or group of interfaces. Interfaces are used to establish a protocol between classes, they establish the form for a class (method names, gib_zrug types, etc.) but no implementation. After implementation, an interface can be used and extended like any other class. Because Java doesn't allow extending more than one class at a time, interfaces are created, which means specific methods and fields can be found in the class which implementier it. A Thread is an example because it implementier the "Runnable" interface, which means the class has a method called "Oeffentliche Programmteil run()" inside it.
Syntax
implementier
Parameters
Usage Web & Application
Stefan Baltensperger 2009

Creative Commons License