Questions and CORRECT Answers
Class Pools - CORRECT ANSWER - Containers that store classes. Can declare and execute
statements.
Class - CORRECT ANSWER - Object types that contain components.
The components are attributes and methods.
Interface Pools - CORRECT ANSWER - Containers that store Interfaces.
Interface (superclasses) - CORRECT ANSWER - Interfaces are used when two similar classes
are used with the same name but with different functionalities.
Interfaces provide a base for polymorphism.
Function groups - CORRECT ANSWER - Programs that can contain function modules.
Function Modules - CORRECT ANSWER - Are procedures that allow for for encapsulation
and reuse of functions
Parameters - CORRECT ANSWER - Statements used to declare input variables
Subroutine Pools - CORRECT ANSWER - Container for subroutines
Subroutine - CORRECT ANSWER - Contains code that are used frequently locally
Executable program - CORRECT ANSWER - Mainly used to display large amounts of data
(REPORT)