Hi,
Just wondering if someone could answer this for me.
I need to write these three classes going off this UML diagram.
I have wrote them all and the Room & MeetingRoom class's compile fine but on the Bedroom class this line shows up wrong.
Bedroom(int, double, String)
{
}
It says <identifier> expected.
Just wondering if someone could answer this for me.
I need to write these three classes going off this UML diagram.
I have wrote them all and the Room & MeetingRoom class's compile fine but on the Bedroom class this line shows up wrong.
Bedroom(int, double, String)
{
}
It says <identifier> expected.