php Classes : Abstract class vs interface

Опубликовано: 31 Декабрь 2017
на канале: WebTecho Tutorials
4,656
15

Support this channel
https://www.buymeacoffee.com/webtecho
Thanks a lot


The purpose of both Abstract classes and interface is to abstract out details from the concrete classes. But there is a primary difference between Abstract class and interface. Abstract class can actually contain a method and body which means it takes away some of the code of the concrete class, it will be derived to.

Interface on the other hand just contains a method signature minus the body and it is to be always implemented by the class extending it.


Смотрите видео php Classes : Abstract class vs interface онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь WebTecho Tutorials 31 Декабрь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,656 раз и оно понравилось 15 людям.