Interface | Description |
---|---|
IConsole |
The interface IConsole defines methods for the input and output of data
of type String (text), int (integral number) und float (floating point number)
in the context of a simple console application.
|
Class | Description |
---|---|
XConsole |
Die Klasse XKonsole implementiert die Schnittstelle IKonsole, dient
also der Ein- und Ausgabe von Daten der Typen String (=Zeichenkette),
int (=Ganzzahl) und float (=Fließkommazahl).
|