Object Oriented Programming in C++

📖 Definition:

Operators perform operations on variables and values.

🔧 Types:

  • Arithmetic → + – * /
  • Relational → == != > <
  • Logical → && || !