[Progress Communities] [Progress OpenEdge ABL] Allow PROTECTED and PRIVATE accessors in interface

  • Thread starter Thread starter doa
  • Start date Start date
Status
Not open for further replies.
D

doa

Guest
Currently only PUBLIC accessors can be used in interfaces. (Error 14784) For properties this is horrible since there is no possibility to define a public get / private set property in an interface. A workaround is to create methods for these cases and don't use a property but that produces worse performance and more code. Another usecase are base classes that should have defined protected methods.

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