0
Access modifiers declaration
Can you declare multiple methods under a single access tag? i.e "public: method1 method2" or do you have to do "public: method1 public: method2"?
1 Resposta
- 1
You do it the first way. The second way is valid but why do you like it the longer way :))