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 152983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:43:13+00:00 2026-05-11T09:43:13+00:00

I have a superclass which has a bunch of variables. e.g. string s1= ;

  • 0

I have a superclass which has a bunch of variables. e.g.

string s1= ''; string s2= ''; string s3= '';  

…etc

I’d like to guarantee that these variables get overridden (assigned something useful) in the subclass that inherits from this superclass, at compile time.

is there an elegent way of doing this?

  • 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. 2026-05-11T09:43:14+00:00Added an answer on May 11, 2026 at 9:43 am

    Make all the constructors in the base class take them as parameters, and set them from those constructors:

    protected BaseClass(string s1, string s2, string s3) {     this.s1 = s1;     this.s2 = s2;     this.s3 = s3; } 

    …

    // Just for example public DerivedClass(string x) : base('foo', 'bar', x) { } 

    Hopefully they’re private fields anyway, so the derived class couldn’t set them directly anyway, right? 🙂

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

Sidebar

Related Questions

I have a table in a DB (Postgres based), which acts like a superclass
I have an application which has 11 different activities. One of these activities is
I've got a bunch of strongly typed DataSet that each have two tables. One
I have some classes which extends a superclass, and in the JSP I want
Basically I have a Parent superclass which i.e is called MAMMAL. The mammal by
Say that I in Java have 3 classes, wheres the super one has a
Let's say I have a table that represents a super class, students . And
Have just started using Visual Studio Professional's built-in unit testing features, which as I
Have you managed to get Aptana Studio debugging to work? I tried following this,
I had a class called OptionsTableViewController which inherited UITableViewController . I changed the superclass

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.