2 lines
177 B
Plaintext
2 lines
177 B
Plaintext
Recursion is acceptable in methods, where you can break out of it. But with class types, you end up with code that will compile but not run if you try to instantiate the class.
|