Socordia
  • Intro
    • The Compiler
  • The Basics
    • Variables
      • Arrays
    • Conditional Flow
    • Loops
    • Functions
    • Data
      • Casting
      • Enumerations
      • Ranges/Aliases
      • Structs
      • Tuples
      • Unit of Measure Types
  • Mixins
  • Accessibility
  • Primitive Datatypes
  • Extended
    • Conditional
    • Inline IL
    • Operator Overloading
    • Unions
    • OOP
      • Classes
      • Interfaces
Powered by GitBook
On this page
  1. Extended

OOP

Object Orientated Programming is a paradigm to form code like the world is. A class is a template that can be reused to create objects. An object is a specific instance of a class, for example a Dog class and a myDog object.

PreviousUnionsNextClasses

Last updated 5 months ago