0
If we create an object of a class in java then does it automatically call all its methods?
2 odpowiedzi
+ 1
No, only constructor is called when a object of a class is created
0
Can you please check the program given under polymorphism in java course