<?php
class s4studio extends Internet {
public $email = 'biuro@s4studio.pl';
public $telefon = '+48 515 143 500';
function __construct() {
echo $this->email.' '.$this->telefon;
}
}
?>