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

  • SEARCH
  • Home
  • 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 7882895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:23:37+00:00 2026-06-03T04:23:37+00:00

How to define field in parent class and assign value in child to this

  • 0

How to define field in parent class and assign value in child to this field so it will be accessible for type Room? I think this int bound = 3; will hide parent variable…

public abstract class Room {public int bound; }

public class DarkRoom extends Room {

     bound = 3;
}
  • 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-03T04:23:38+00:00Added an answer on June 3, 2026 at 4:23 am

    Assign the field in the constructor, not in the class declaration:

    public class DarkRoom extends Room {
        public DarkRoom() {
            bound = 3;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I define radio buttons for a model field. class Model_Campaign extends Model_Table
The WSDL looks like this: <xsd:element name=Parent> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs=unbounded ref=tns:Child/> </xsd:sequence> </xsd:complexType>
I have an parent class, and several child classes. What I want is when
I have Parent class X, and Parent class H. H has in its field
Is it possible to define an array of text fields (or any data type)
#define MAX 100 struct bs{ int ab; int ac; }be; struct s{ be b;
I want to define two model fields: created_by, modified_by in a parent model, they
I have a class called Parent , and I'm storing these object's in the
I have a defined a content type called SPVideoDataItem containing those two fields: <Field
Supposing these are my parent and my child objects: Parent: @Entity @Table( name =

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.