Which of these is true about classes and methods?

Objects created from a class have access to its methodsObjects don't have access to the methods in a class

Objects created from the class do have access to its methods.