So I am working on a program and it has two seperate classes.. One of them contain the forum layout and the other contain some calculations and totals.. The problem is that the class with the calculations contain a constructor and other functions that I need to pass from this class to the other one (the forum), I don't know how to pass these values and functions, and is it possible to do so?
Thank you