1
Answer

Static function defined in a Class

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)