Kbase P121319: Does the Progress ABL support Static Classes and Static Members?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/08/2009 |
|
Status: Unverified
GOAL:
Does the Progress ABL support Static Classes and Static Members?
GOAL:
Does the Progress Object Oriented OO4GL support Static Classes and Static Members?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge Category: Language (4GL/ABL)
FIX:
Static Classes are classes that are not inherited and can be called without the existence of a class instance.
Similarly, Static Members are methods, fields, properties or events that can be called even though no instance of the class has been created.
Support for static class members was added to OpenEdge Release 10.1C. There you may define static class members and reference them without instantiating class.