LLD - Design — Chess Game
Given a class hierarchy where
Piece has a method move() and King overrides it, what will happen when calling move() on a King instance?