Re: Static and non static functions by Carl
Carl
Mon Jun 05 11:13:56 CDT 2006
"Alejandro" <alebrozzo@gmail.com> wrote in message
news:1149517677.979822.76950@i40g2000cwc.googlegroups.com...
> Is it possible for a class to have a function available both as static
> and as instance function?
Yes, but the parameter lists have to be different (just like any set of
overloaded functions).
-cd