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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:41:36+00:00 2026-06-08T01:41:36+00:00

It seems like a very simple error, but I could not solve it. I

  • 0

It seems like a very simple error, but I could not solve it.
I have created a Class named User in User.cs, and when I instantiate it in another .cs file, it does it, but I cannot either change its properties or reach its properties.

User user = new User();

I create a new instance like this, but then I cannot reach. For example:

user.name

The content of User class is the following:

public class User
{
    public static string name;
    public static int age;
    public static int height;
    public static int weight;
}

What is the reason and how can I solve it?
Thanks

  • 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-08T01:41:38+00:00Added an answer on June 8, 2026 at 1:41 am

    You have created a static object, don’t instantiate the class to use it, just do

    User.name
    

    Alternativly remove the static keyword.

    The word static means you don’t need to make a new insance of the class to access something so for a class with

    public Class { 
        public static object myAttribute;
    }
    
    Class.myAttribute
    

    But if you don’t use the static key word

    public Class { 
        public object myAttribute;
    }
    
    Class myClass = new Class();
    myClass.myAttribute;
    

    You want to use a static value when your value does not depend on any other variables in the same class. When they do depend on varibles (or manipulations of variables) in the same class then use non static.

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

Sidebar

Related Questions

This seems like it should be very simple but I can't get it to
i've created a very simple mysql class in c+, but when happen that mysql
My problem seems to be very simple but I'm stuck here. I have a
I have an issue that seems like very flaky behavour, is this a problem
This seems like it should be something very easy to do, but every time
I'm doing a very simple Comet-like long polling in JavaScript The code below seems
I have a validate method which seems pretty simple because I use something very
This might seem like a very simple question, but I am struggling with it.
I have a very simple example program that I am trying to compile, but
This seems like it should be very easy...anyway, it is in MS SQL Server

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.