Enum vs Infano - What's the difference?
enum | infano |
enum colours {
red,
green,
blue,
white,
black
}
}}
(computing, programming) An enumeration (set of named constants).
* 2007 , Robert Pickering, Foundations of F#
* 2007 , Teresa Hennig, Rob Cooper, Geoffrey L Griffith, Armen Stein, Access 2007 VBA Programmer's Reference
* 2009 , Richard F Raposa, SCJP: Sun Certified Programmer for Java Platform (Exam CX-310-065)
As a noun infano is
(human) child.enum
English
{{examples-right, examples=Noun
(en noun)- Enums allow you to define a type made up of a finite set of identifiers, with each identifier mapping to an integer.
- The Access object model contains many enums that you can use in your applications.
- A unique feature of enums is that when you switch on a variable of an enum type, you do not prefix the case statements...