Object-Oriented Programming

Object Oriented Programming

Xojo's language is object-oriented. Object-Oriented Programming (or OOP for short) makes code easier to write, easier to debug and easier to reuse. It allows you to combine both code and data into a single container of sorts called a Class.

The pages below introduce and explain how to use Object-Oriented Programming in Xojo.