I've always wanted to know exactly, if it's a good practice, to make a system always using Interfaces, or is it not necessary?
Interface People {
public function getName();
public function setName($string);
public function getAge();
pu...
asked by
26.11.2015 / 12:45