/PHP-OOP-Examples

Simple PHP examples demonstrating object-oriented programming concepts.

Primary LanguagePHP

Description

This repository contains simple examples of object-oriented programming (OOP) concepts implemented in PHP, including classes for managing accounts and person information.

  ♡   interestCalculator.php :  Contains a PHP class Account for managing accounts and calculating the amount after adding interest for 10 years.

  ♡   ageCaclulator.php :   Contains a PHP class Person for managing person information, including their full name and age calculation based on the date of birth.