From my code I want my bedroom class to inherit length and breadth from the superclass - room. I have filled the errors in the respective lines within comments. I am getting
Change to
public void BedRoom(int x,int y,int z)
As for java Bedroom is not same as BedRoom