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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:32:28+00:00 2026-06-04T22:32:28+00:00

I wish to design a class to have helper sort of methods on some

  • 0

I wish to design a class to have helper sort of methods on some objects. what is usually the best approach to do so. All the functions will act on these two objects.

SomeObj someObj;
AnotherObj anotherObj;

public SomeClass(SomeObj someObj,AnotherObj anotherObj){
this.someObj=someObj;
this.anotherObj=anotherObj;
}

somefunction(){
//act on the instance vars
}

or should I have simple class with no instance vars (stateless) and make function to accept the required variables

public SomeClass(){

}

somefunction(SomeObj someObj,AnotherObj anotherObj){
//act on the local vars
}

Which approach is considered good in terms of design.

  • 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-04T22:32:29+00:00Added an answer on June 4, 2026 at 10:32 pm

    If the only method that will act on the SomeObj and AnotherObj objects is someFunction() then they probably dont need to be stored as instance vars. If they will be used/needed to modify the state of SomeClass from someFunction() and other internal methods, then I would say that they should indeed be stored.

    You could consider a few alternatives regarding the SomeClass class implementation:

    • If it wont have any state, then the methods should probably be static
    • Depending on how complex the operations are and how many helper methods you will have, you could use a Visitor design pattern
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a RichTextBox that I wish to fill with RTF text at design
I wish HTML could do something semantically equivalent to this; <dl class=main-list> <definitionitem> <dt>Some
I have a presenter class that will spawn a new presenter and view upon
I need to design object that support some sort of uncertainty (or wild characters,
I have a class structure which represents (internally) the data I wish to output
Assuming I have the following I wish to unit test: class Foo: IAMethods, IBMethods
I have a series of Factory objects I wish to expose trough a root
For example suppose I have a class Vehicle and I wish for a subclass
I have a class diagram , I want that to draw it in some
I'm looking for a design pattern or approach for the following scenario. I wish

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.