What’s the idea behind an enum?

An enum is a data type that contains fixed set of constants . An enum is just like a class , with a fixed set of instances known at compile time. Advantages of enum: enum improves type safety at compile-time checking to avoid errors at run-time.

Sizin İçin Seçtik  How do I ignore a case in PL SQL?

Leave a Reply

Your email address will not be published. Required fields are marked *