Q. Which keyword allows class members (methods and properties) to be used withoutneeding to instantiate a new instance of the class? (Solved)
1. protected
2. . final
3. static
4. private
- b. . final
1. protected
2. . final
3. static
4. private