I have a piece of code that produces the following output
new tutor(new lecturer(new coursecoordinator()))
I need a way to allow c# to execute this as a string however after searching I have not been able to find any examples that relate to string such as these. Any ideas as to the best way of approaching this would be appreciated.