0
Can someone help me understand more about defining methods inside constructor functions
2 Answers
+ 1
Like lambda expressions? Closures? What language are you talking about?
0
You can't. You define methods outside the constructor and can call them inside.