Q6: What is inheritance?

Answer:

Inheritance is a mechanism where a new class (subclass or derived class) inherits properties and behavious from an existing class (superclass or base class). It promotes code reuse and supports hierarchical relationships.

ESC
Q5: What is object-oriented programming (OOPs)?

Answer:

Object-Oriented Programming (OOP) is a programming paradigm that organizes code into objects, which are instances of classes. It focuses on encapasulating data and behavior together, promoting modularity and reusability.

ESC
Q4: What does PEAR stands for?

Answer:

"PHP Extension and Application Repository" is what PEAR stands for. It enhances PHP and offers web developers a greater degree of programming.

ESC
keyboard_double_arrow_up