Which is true about methods in OOP?

They can use or modify their object's propertiesThey can use only their parametersThey cannot return anythingThey can use or modify another object's properties

They can use or modify their object's properties.