I am currently making a console application. What I am looking for is a way to reference a method reminiscent to that of a constructor, for example:
Method1(Method2){}. 
I know I can put variables, but methods I do not know. Is there a way?
I am currently making a console application. What I am looking for is a way to reference a method reminiscent to that of a constructor, for example:
Method1(Method2){}. 
I know I can put variables, but methods I do not know. Is there a way?
 
    
    