> ## Documentation Index
> Fetch the complete documentation index at: https://v1-learn.neoartd.my.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Classes and Objects

## Definition

* **Class** -> **Person**
  * Blueprint
  * Template
  * General form
  * Definition
  * Type of an object

* **Object** --> **ani, budi, chandra**
  * Instance of class
  * Has states
  * Specific

## Object-Oriented Programming (OOP)

* **object**: collection of data that provides a set of methods
* **object-oriented**: a way of organizing code and data into objects, rather than independent methods.
