OOP support Describes Object Oriented Programming basics in the language. Understanding classes and objectsThe Genero language supports basic Object Oriented Programming (OOP) concepts.DEFINE ... package.classObject reference variables allow to manipulate class instances.Distinguish class and object methodsClass methods can be invoked from the class, while object methods can only be invoked from the variable referencing the object. Working with objectsThis topic describes basic object usage in Genero BDL.What class packages exist?A set of utility packages including useful classes are part of the distribution.