Yes, Java makes the distinction between:
these classes do the same thing (but internally they can be completely different); and
this class is a copy of that class, with some added data and functionality.
Yes, Java makes the distinction between:
these classes do the same thing (but internally they can be completely different); and
this class is a copy of that class, with some added data and functionality.