Glossary

abstract base classA class that defines the requirements and behavior of descendant classes by specifying methods and variables. An abstract base class does not support the creation of instances.

Related termsclass, descendant class, method, variable

Contrast withobject

abstractionA technique that reduces duplication of program code. Abstraction provides a framework for related classes in an object-oriented system.

Related termsclass, object-oriented programming

aggregate functionA function that performs a calculation over a set of data rows. For example, SUM calculates the sum of values of a specified numeric field over a set of data rows. Examples of aggregate functions include AVERAGE, COUNT, MAX, MIN, and SUM.

Related termsdata row, ...

Get Integrating and Extending BIRT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.