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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:12:30+00:00 2026-05-18T09:12:30+00:00

I created 2 objects subclass from NSObject AObject, BObject Is it possible to transfer

  • 0

I created 2 objects subclass from NSObject

AObject, BObject

Is it possible to transfer variables of these 2 objects to a same function?

such as

-(void)myFunction:(AObject *)obj;

-(void)myFunction:(BObject *)obj;

I tested in xcode, it is not allowed.
Is there any replacement method?

Welcome any comment

Thanks
interdev

  • 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-18T09:12:31+00:00Added an answer on May 18, 2026 at 9:12 am

    There are several options. Here are four that come to mind, each with their own pros and cons:

    1. Discriminate by signature:

      - (void)myFunctionWithA:(AObject *)obj;
      - (void)myFunctionWithB:(BObject *)obj;
      
    2. Declare a parameter of type NSObject * (or id, as suggested in the comments) and query the type inside the function.

    3. As above, but constrain it by declaring a common base class BaseObject *, from which AObject and BObject inherit.
    4. Combine the base class with a trampoline technique:

      - (void)myFunction:(BaseObject *)base {
          [base myTrampoline:self];
      }
      

      BaseObject declares the abstract method myTrampoline:, which AObject and BObject implement.

    Without knowing more about your problem, it’s impossible to say which is best.

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

Sidebar

Related Questions

I created a subclass AOBject from NSObject @interface AObject : NSObject { NSinteger m;
I have several objects in an array. These objects are from a UIImageView subclass.
I'd like to change the minimum for the id of created objects from 1
I created model objects of from generating a scaffold, but now I want to
I have a hashmap containing objects created via a constructor. These objects are in
Let's say I have created two objects from class foo and now want to
I'm not sure if this is possible but I want to see objects created
As far as I know, only the convenience methods return created objects with an
People always talk about how objects created without the new keyword are destroyed when
I am currently working on 100+ Java Objects created by someone with no JPA/Hibernate

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.