Posts by Marcos Côrtes • 86 points
2 posts
-
6
votes2
answers707
viewsA: Why use Legacy Interface instead?
A good reason is that an inheritance is a much stronger coupling than an interface. Coupling is when parts of your code are dependent. Imagine that you have a function that calculates the…
-
1
votes1
answer50
viewsA: Is it possible to handle exceptions without catch?
Hello, I don’t think so. The idea behind the exceptions is that when you use the Try keyword, you are telling the language to make a copy of the current thread’s runstack. There are the variables of…
javaanswered Marcos Côrtes 86