Petr Posted June 17, 2019 Report Share Posted June 17, 2019 I have DD method ConstSetup for setting some constant part of object. Object has some other objects inserted into (cluster Objs). I call DD method ConstSetup for all inserted objects too. However I have to declare DD method ConstSetup for every class because some part of method (cluster Objs and cluster Const) is strictly typed (see image). Is any way to avoid this strict typing to allow only one ConstSetup method in parent root class ? Quote Link to comment
Petr Posted June 18, 2019 Author Report Share Posted June 18, 2019 Solved. Unfortunately I really need to have DD method for every class. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.