Posts by Jhuan Marco • 71 points
2 posts
-
2
votes2
answers135
viewsQ: Doubt about access modifiers and polymorphism
I have a very beginner question about polymorphism/access modifiers in Java. I’d like to find out why a certain phenomenon occurs in my code. Below is an example of classes: Class Pai: public class…
-
5
votes3
answers213
viewsQ: Why don’t I need to pass parameters to that function?
I would like to know how the function passage works as a parameter in JS, I am starting in the language now and I needed to make a call to EventListenner…