Static function defined in a Class

Jun 15 2008 9:15 AM

Can we define a Static function in a class with two other non-static?Is it necessary for every function to be static in static class?


Answers (1)