Question:Define Enums? 

Answer An enum (also named an enumeration) is a special value type that lets you specify a group of named numeric constants. Example:
public enum BorderSide { Left, Right, Top, Bottom }
 

+ Report
Total Preview: 971
Define Enums?
Copyright © 2024. Powered by Intellect Software Ltd