Java class file: Difference between revisions

Content deleted Content added
General layout: fix redir
Line 41:
* '''Access Flags''': for example whether the class is abstract, static, etc.
* '''This Class''': The name of the current class
* '''[[Superclass (computer science)|Super Class]]''': The name of the super class
* '''[[Interface (object-oriented programming)|Interfaces]]''': Any interfaces in the class
* '''Fields''': Any fields in the class