Title An enum type describing chemical elements
Catalog Type SLCItem
Persistent ID https://codecheck.io/files/horstmann/codecheck-bj-4-inher-108
Platform Name CodeCheck
Features Code Completion
Description Enumerated types in Java are quite powerful, in that they can contain methods and instance variables. An enum type class automatically has a static values method added by the compiler that returns an array containing all of the values of the enum in the order in which they were declared.
Keywords Inheritance
Author Cay Horstmann
Institution San José State University
Iframe URL https://codecheck.io/files/horstmann/codecheck-bj-4-inher-108
Protocol SPLICE, LTI 1.1
Protocol URL
License https://creativecommons.org/licenses/by-nc-nd/4.0/
Programming Language Java
Natural Language en

Preview

SPLICE Output