CSE 2231 Glossary

enum

A java construct that allows you to define constant values without the need to assign anarbitrary value to them.

Previous

Next