For me OOP it's about having classes, with methods and properties, and how this classes relate with each others.
It's about make every class have his own logic and a specific function, and structuring all the code in a nice way.
And for the info, take a look in composition over inheritance