I have read the book about OOP. It is said that Polymorphism is the ability to have the same method(the same name) in many classes.

I want to know that if I create two classes and each class has the same print method without using Inheritance or Interface. Is it called Polymorphism or not?