Understanding Objects and Classes

Synergy DBL supports both structured and object-oriented programming styles. As the name suggests, object-oriented programming uses objects as the building blocks to create applications. An object is a independent component that contains properties (what the object knows) and methods (what the object can do). A class is a template for building a specific type of object.

Video

See the Synergex YouTube video Introduction to Object-Oriented Programming for more information about objects and classes.