17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
/**
|
|
*
|
|
* Beschreibung
|
|
*
|
|
* @version 1.0 vom 06.05.2025
|
|
* @author
|
|
*/
|
|
|
|
public class Girokonto extends Konto{
|
|
|
|
// Anfang Attribute
|
|
// Ende Attribute
|
|
|
|
// Anfang Methoden
|
|
// Ende Methoden
|
|
} // end of Girokonto
|