Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.777 Beiträge
 
#1

Accessing private methods of another class

  Alt 22. Jan 2018, 13:00
In older versions of Delphi, it was possible to access private members and private methods of a class simply by defining a class helper for it and accessing these private items in its methods. But that it was so easy to access private members undermined the basic OO principles of information hiding and encapsulation. That is why this loophole (which could be considered a bug) was closed in Delphi 10.1 Berlin. But there was a lot of howling abut this, because it was so easy and so convenient to

Weiterlesen...
  Mit Zitat antworten Zitat