E
Edward Diener
In the Managed Extensions for C++ Reference, I read:
"Applying __abstract to a class or structure does not imply that the result
is a __gc class or __gc structure."
However in the Managed Extensions for C++ Specification I immediately read:
"The __abstract keyword can only be applied to a __gc class or __gc
interface."
which contradicts the previous assertion.
So the question is: can __abstract be applied to a non __gc class/interface,
and if so when would it be used ?
"Applying __abstract to a class or structure does not imply that the result
is a __gc class or __gc structure."
However in the Managed Extensions for C++ Specification I immediately read:
"The __abstract keyword can only be applied to a __gc class or __gc
interface."
which contradicts the previous assertion.
So the question is: can __abstract be applied to a non __gc class/interface,
and if so when would it be used ?