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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:34:13+00:00 2026-05-19T03:34:13+00:00

Now. I so confuse when use any classes. What is best practice approach to

  • 0

Now. I so confuse when use any classes. What is best practice approach to use them?

Example
I have a UserClass name User that have 2 attributes UserName and Password

when I use I will create new object like this

UserClass userObject = new UserClass();

this is my question that I so confuse to use

If i want to call Method name “Login” what is appropriate way to use them?

Between
1 Set Value to Attribute of Object Like this

      userObject.UserName = "user";
      userObject.Password = "password";

      if (userObject.Login())
      {
           //Do Something After Login
      }
      else
      {
           //Show Something when Error
      }

   2 Send Value as parameter
      if (userObject.Login("user","password"))
      {
           //Do Something After Login
      }
      else
      {
           //Show Something when Error
      }

From above
What is appropriate approach to use and apply to any classes?

Thank you very much for your guidance _/\_

P.S I practice to be better Programmer

  • 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-05-19T03:34:14+00:00Added an answer on May 19, 2026 at 3:34 am

    Use a property to store information that belongs to the object. (eg, a Username)

    Use a parameter to pass information to a single method which doesn’t have to do with the rest of the object.

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

Sidebar

Related Questions

Classes confuse me! For this particular assignment, we are to do the classic 'Cards
I have been spending the last hours trying to figure this out and now
function highlightRow(searchRow) { if(searchRow != null) { var oRows = document.getElementById('Table').getElementsByTagName('tr'); //use row number
Hi this question or problem i have its very hard i have search and
I have a layer-hosting view set up like this in a custom NSView subclass:
I have used a string in C# where i am using C# in Visual
My application requires me to store sets of bits along with some accompanying metadata
In commit messages there is a rule which says: Lines starting with '#' will
I am moving some scripts from a Linux box to a Windows box, but
I know about the difference between the base/active SDKs and the deployment target. I

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.