Categories: Php Theory
Introduction Class and Object are one of the most important features of OOPs. Definition Class A class is simply a template for objects. A class is created by using the ‘class’ keyword, followed by the name Read more…
Introduction Error is one of the major hindrances in the programming world. The error is generated in the program mainly due to incorrect or partial/incomplete knowledge of programming languages syntax. Definition An error is one Read more…
Introduction Functions are essential building blocks of any PHP program, hence called Backbone part of Php, as they help to break down complex tasks into simpler & smaller ones. Definition A function is a sub-program/block Read more…
0 Comments