Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] - نسخه متنی

David Lane, Hugh E. Williams

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









Chapter 14. Advanced Features of Object-Oriented Programming in PHP 5




In Chapter 4, we introduced the basic concepts of
object-oriented programming, showing how classes are defined and how
objects are created and used with PHP. The techniques shown in Chapter 4 can be used to help build reusable, modular
code, and are applicable when using object-oriented packages such as
the PEAR packages we describe in Chapter 7.
However, much of the power of object-oriented programming
doesn't come from simply reusing code.


In this chapter, we show some more powerful techniques available with
object-oriented programming, including:



Class hierarchies



Polymorphic behavior



Class type hints



Abstract classes and interfaces




/ 176