If we wanted to create multiple objects that use the same method, what would be the best approach?

Create a class containing the method and create objects from itCreate each of the objects individually and add the method

If we wanted multiple objects that use the same method, creating a class containing the method is the best approach.