(a) - does not fit, because the constructor cannot be static.
(b) - the constructor cannot be constant
(c) - the method cannot be both static and constant
(d) - virtual functions cannot be static
(e) - is compiled, A::Foo()
is a virtual constant method
Login in to like
Login in to comment