brainfck.org
Topics Books Journal Tags Search

OOP/Class

  • a grouping of functions and data
    • every system has these groupings whether they are called classes or not
  • A class is a blueprint, or a template for objects that share the same behavior and properties. Being a template, it can be used as a specification to create objects.

Links to this note

  • OOP
  • -   What is a [OOP/Class](/t/oop/class/)
    
  • SOLID
    • tells us basically how to arrange functions and data structures into OOP/Classes

prev post next post



Powered by Hugo, based on the Er theme.