How can we customize only the cowboy object's greet() method so that it logs Howdy!?

By setting a custom greet() method on cowboyBy replacing Hello! with Howdy! inside Person

By setting a custom greet() method on cowboy.