|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Static and non static functionsIs it possible for a class to have a function available both as static
and as instance function? "Alejandro" <alebro***@gmail.com> wrote in message Yes, but the parameter lists have to be different (just like any set of 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? overloaded functions). -cd Hello Alejandro,
Why do you want to have two different methods? Is there a difference in behavior between them? Saad Show quote > Is it possible for a class to have a function available both as static > and as instance function? > |
|||||||||||||||||||||||