public
Dog
groomDog
(
)
{
washDog
(
)
;
dryDog
(
)
;
return
this
;
}