Menu

#76 RESTService calls base class methods by preference to derived class methods

3.x
closed
None
2024-09-12
2021-07-01
No

When both have same signature. This can avoid this in a couple of ways - a) ensuring derived class methods replace base class methods when signature is the same, or b) match latterly methods in the method list, rather than former.

For now, workaround is to ensure base class methods have different name to derived class (or are virtual).

Discussion

  • High Performance Coder

    Done via method a). Fix still in return-restprocess-object-refactor branch.

     
  • High Performance Coder

    • status: open --> closed
    • assigned_to: High Performance Coder
     

Anonymous
Anonymous

Add attachments
Cancel