In languages like PHP and Java, there are interfaces , which, when implemented in a class, forces it to contain the methods of this interface, just as they were declared.
Example in PHP:
<?php
interace UserInterface
{
public fu...
asked by
03.07.2015 / 17:50