1 Answer

0 votes
by
edited by

All the options

enum Enum {}, const enum DNA {} and declare enum Enum {} are the right way of defining enum

...