Java Self-learning notes
--this can be used in both superclasses and subclasses
--java.io.FileOutpuStream class A subclass of the java.lang.Object class
--Java is "multiple inheritance" NG! !! Subclasses can inherit the attributes and operations of superclasses The superclass reference variable Subclass objects can be assigned!
--------- TBE -------------
Recommended Posts