Traits are way for code reuse which makes it easier to include the same code(trait) in different locations(classes). PHP is a single inheritance language,...
Since interface has been introduced in PHP, there have been various views on when to use interface and when to use abstract classes. Understanding the difference...
JavaScript is growing faster and its user base is increasing vastly. Knowledge of JavaScript is going to be very important in the future to come for...
This is the second series of Object Oriented Programming in JavaScript. This post discusses about the Objects built into JavaScript. Once you have gone through this...
In PHP there are 6 keywords that is more important for any developer who use Object Oriented Programming for building PHP web pages. Keywords Private Public...