[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Should PRIVATE STATIC be preferred over PRIVATE when...

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Well in fact it does pertain to the class' functionality, but not to its state. I just don't want to pollute the class hierarchy with a helper class that's only there for a single consumer and has no interesting code to any others. I'm thinking quite the opposite about the use of FINAL/PROTECTED recently and would favor using final with composition/delegation and as little protected members as possible (private and public only).

Continue reading...
 
Status
Not open for further replies.
Back
Top