Join Slack
Powered by
We can instantiate a class only by calling its own...
# announcements
m
miha-x64
12/01/2016, 11:31 AM
We can instantiate a class only by calling its own constructor, which is required to call superclass’s constructor. Each class (not interface) has an implicit public no-arg constructor, if there are no explicit ones.
2
Views
Open in Slack
Previous
Next