错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Advanced OOP Mechanisms

  • Alex Vasilev

摘要

This chapter explores the crucial mechanisms for implementing the OOP concept in PHP. In particular, you get familiar with interfaces, abstract classes, and traits. You also get some notion about a namespace and anonymous classes. Let’s start with abstract classes.