T
Tony Maresca
My class:
class foo
{
protected virtual void MyMember()
{
}
}
When this class is a base with any number of derivatives,
is there a way for it to tell if the virtual member function
is overloaded in any derived class, including the concrete
instance class?
--
Tony M.
class foo
{
protected virtual void MyMember()
{
}
}
When this class is a base with any number of derivatives,
is there a way for it to tell if the virtual member function
is overloaded in any derived class, including the concrete
instance class?
--
Tony M.