Consider the following situation:
class Parent
{
public:
void Foo() = 0;
};
class Child sealed : public Parent
{
public:
void Foo();
};
When I try to apply "Create Impementation" refactoring on Child::Foo() I get
void sealed::Foo()
{
}
Using VS2008 and VA X 10.6.1845.0