In this article along with the demo project I will discuss Abstract class vs Interface in php. The concept of Abstract classes and Interfaces is a bit confusing for beginners of Object Oriented programming. Therefore, I am trying to discuss the theoretical aspects of both the concepts and compare their usage. And finally I will demonstrate how to use them ... Read More »
You are here: Home >> Tag Archives: Abstract Class
Tag Archives: Abstract Class
Feed SubscriptionOOPS interview qestions in PHP
There are few OOPS based questions that are frequently asked in interviews. So, here are few OOPS interview questions in PHP. Abstraction vs. Encapsulation encapsulation is wrapping up of a data into single unit and abstraction is hiding unnecessary background details and representing only important and essential detail Encapsulation protects abstractions. Encapsulation is the bodyguard; abstraction is the VIP. Encapsulation ... Read More »