Is bool more specialized than long
Yes, because a bool can be implicitly converted to a long, but a long cannot be implicitly converted to a bool.
Is bool more specialized than long
Yes, because a bool can be implicitly converted to a long, but a long cannot be implicitly converted to a bool.