Skip to content
#

object-oriented-programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of objects fundamental to many programming languages, including Java and C++. OOP can be devided in two sub types: class-based (or "classical") and prototype-based OOP (found in JavaScript, for example).

Object-oriented programming has several advantages over procedural programming:

  • OOP provides a clear structure for the programs
  • OOP helps to keep the code DRY "Don't Repeat Yourself", and makes the code easier to maintain, modify and debug
  • Logic can be abstracted, encapsulated, composed, inherited and decoupled

Here are 164 public repositories matching this topic...

Repositori Ini berisi game menebak angka berbasis web yang dibangun menggunakan PHP dengan prinsip Pemrograman Berorientasi Objek (OOP). Pemain dapat memasukkan tebakan mereka untuk menemukan angka yang benar dalam rentang yang ditentukan. Game ini dirancang menggunakann Tailwind CSS agar tampilan lebih responsive dan menarik.

  • Updated May 16, 2024
  • PHP
PHP-OOP-CRUD-PDO-MySQL-Script

I will teach you how to create a PHP Object-Oriented CRUD system using the PDO extension and MySQL database from scratch. You should know the basics of PHP to handle this. After watching this video, you will know how to do a complete PHP CRUD operation. It's a video about backend web development and database.

  • Updated Mar 29, 2024
  • PHP