D - final keyword
- Miguel Ferreira Simões (4/4) Mar 27 2004 how does "final" keyword works?
how does "final" keyword works? is it a synonim for "const"? best regards, Miguel Ferreira Simões
Mar 27 2004
Miguel Ferreira Simões wrote:how does "final" keyword works? is it a synonim for "const"? best regards, Miguel Ferreira SimõesThe final attribute means the member function can't be overridden. -- Christopher E. Miller
Mar 27 2004
A la Java? -C. Sauls -Invironz Vathix wrote:Miguel Ferreira Simões wrote:how does "final" keyword works? is it a synonim for "const"? best regards, Miguel Ferreira SimõesThe final attribute means the member function can't be overridden.
Mar 28 2004