Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7858497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:28:01+00:00 2026-06-02T21:28:01+00:00

While trying to get child class field getting parent field. In this example, when

  • 0

While trying to get child class field getting parent field. In this example, when new DarkRoom is being created the int zero is passed to DarkRoom constructor. It supposed to assign zero int to thisRoomNumber field. The next step- creating Tenant and passing one object DarkRoom which we initialized. For some reason in Semaphore class the nextRoom has field thisRoomNumber which inherited from Room and has value 96 despite the fact we assigned zero. What is missing? Why I cannot get 0 from nextRoom.thisRoomNumber The design is quite complex, maybe there is a bit simpler solution?

public abstract class Room {
public int thisRoomNumber = 96;
}   

Main method:

 public class TestCase {
    public static void main(String[] args) {
    Room s[] = new Room[1];
            {    
               s[0] = new DarkRoom(0, s);
                 }
        new Tenant("Joe", s[0], s);
        }
    }

DarkRoom class:

public class DarkRoom extends Room {

private Room thisRoomType = this;
public int thisRoomNumber;
private Room[] rooms;   
private  Semaphore semaphore= new Semaphore();
@Override
void leave(Tenant t) {
    semaphore.release(thisRoomType, rooms, t);
}
public int thisRoomNumber;

public DarkRoom(int i, Room[] s) {

        this.thisRoomNumber = i;
        this.rooms = s;
    }
}

Semaphore class:

public class Semaphore {
public synchronized void release( Room thisRoom,  Room[] allRooms, Tenant t) {
Room nextRoom;

        while(j < allRooms.length &&

            allRooms[j].negativeCounter == 0 &&

            thisRoom.getClass().equals(allRooms[j].getClass())){ 

            j++;
        }
nextRoom = allRooms[j];
System.out.println(nextRoom.getClass().getName() +"' "+nextRoom.thisRoomNumber);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T21:28:05+00:00Added an answer on June 2, 2026 at 9:28 pm

    You are hiding the field thisRoomNumber by declaring it in the subclass as well. Remove the declaration of it in the sub class (DarkRoom).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Been trying to get this up and running for a while now. Basically i
I have this code: <div class=parent> <div class=child>something</div> </div> The parent should be 200px
I'm trying to understand how new instances of a Python class should be created
While trying to GET a JSON, my callback function is NOT firing. $.ajax({ type:GET,
I followed these instructions while trying to get remote debugging working with Delphi 2007.
I am encountering a problem with string formatting while trying to get only the
While trying to validate my forms i get the following error: Expected a {
While trying to insert data to my SQl db i get the following error
While i am trying to get value from arraylist,i got the following errors.My sample
While trying to validate form data on my page i get the following error:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.