Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class Autoklasse {
|
||||
|
||||
// private $geschwindigkeit = 0;
|
||||
|
||||
// der Konstruktor
|
||||
|
||||
public function __construct(private $geschwindigkeit = 0)
|
||||
{
|
||||
//$this->geschwindigkeit = $standart
|
||||
echo "das Objekt wurde erzeugt";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user