Base Enums Questions - Best Practice Question

I wuold like to know if anyone knows the definate answer to my questions. Would appreciate your feedback.

When creating a new Base Enum, “by default, elements take values in the order in which they are created. The first element has the value 0, the second element has the value 1, and so on. However, you can explicitly assign a particular integer value to an element by using the EnumValue property”.

I understand that 0 is the default value BUT… here is my question… Does the order need to be sequention i.e. 0,1,2,3 or can it be for example 5,3,2,6?

Thanks and kind regards,

Tom

It can be in any order…

But it is always good to go in a sequence than in a zigzag manner…

Thanks for opinion Kranthi.

Regards

Tom

can anybody give me interview question and answers…if you have the book AX technical questions book free download link please provide…

Thanks