peter
2005-10-26 04:31:39 UTC
I have a protected virtual method abc in Unit A and in the inherited unit B,
the method abc is overriden with visibility priviate, then when I compile, I
see the Hint as "Overriding virtual method ... has lower visibility
(private) than base class ... (protected), what is the problem of having an
overriden method with visibiltiy lower than the base class?
the method abc is overriden with visibility priviate, then when I compile, I
see the Hint as "Overriding virtual method ... has lower visibility
(private) than base class ... (protected), what is the problem of having an
overriden method with visibiltiy lower than the base class?