This video tutorial illustrates the concepts of Per-Class Constants and Static Methods in Object Oriented PHP. Per-Class Constants was introduced…
Video tutorial illustrates the concept of implementing interfaces in Object Oriented PHP. We also show you, how it over comes…
Video tutorial to illustrate Inheritance mechanism in Object Oriented PHP. Inheritance is a mechanism where objects of one class acquires…
Video tutorial illustrating, how to prevent inheritance and overring using final keyword, in Object Oriented PHP. In this program, we…
Video tutorial to illustrate Overriding in Object Oriented PHP Programming. Here, we take two class: A and B. Extend class…