Pages

Wednesday, February 24, 2016

გამოცდა 13

Create:
  • 1 interface (with minimum 1 declared method),
  • 1 abstract class (with minimum 1 abstract method),
  • 2 traits (minimum 1 method and 1 properties in each trait)
  • 3 regular classes (should implement all methods from abstract class and interface).
Names of methods and properties can be any.


Task description:
1-st class extended from interface and abstract class with implemented methods (ფუნქცია) from interface and abstract class.
2-nd extend from 1-st class with calling parent constructor and overridden methods.
3-th class extend from 2-nd class and should be FINAL class with final methods and should use 2 traits.




Описание задания:
1-й класс продлен с интерфейсом и абстрактным классом с реализованных методов (ფუნქცია) из интерфейса и абстрактного класса.
2-й 
extend от 1-го класса с вызовом родительского конструктора иперегруженные методы.
3-й класс простираются от 2-го класса и должен быть конечный класс с конечными методами и должны использовать 2 черты.

https://docs.google.com/forms/d/1JoRS3prXQXwJ7br2EvnMaL3NZeE66Ygzij7sRSvlDCw/viewform for ansv


http://www.techflirt.com/tutorials/oop-in-php/abstract-classes-interface.html

No comments:

Post a Comment