We can instantiate a class only by calling its own...
# announcements
m
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.