多选题
Given the following pseudo-code design for a new accounting system:
class Employee
maintainEmployeeInfo()
connectToRDBMS()
class Payroll
setStateTaxCodes()
findEmployeesByState()
class Utilities
getNetworkPrinter()
Assuming the class and method names provide good definitions of their own functionalities, which are probably true? (Choose all that apply.)