which of the following statements regarding static methods is true? group of answer choices static methods should be liberally used within classes. static methods are not very common. use of static methods usually leads to good object-oriented design. static methods can be easily evolved to add more functionality.