J
Jerry
Hi,
I found an enum type, for example:
enum Alignment
{
Top,
Bottom
}
is derived Enum, but Enum is a struct. However,
struct isn't be inherited. Could you explain it
for me?
I found an enum type, for example:
enum Alignment
{
Top,
Bottom
}
is derived Enum, but Enum is a struct. However,
struct isn't be inherited. Could you explain it
for me?