I have a task where I have to implement method of creating object of the given class.
class Paper {} class Bakery {} class Cake extends Bakery {} class Ref