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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:41:01+00:00 2026-06-14T05:41:01+00:00

I came from a C# background where you initialize a class and then return

  • 0

I came from a C# background where you initialize a class and then return itself like so

public class MyClass{
  public int Id;
  public string Name;
}

MyClass classInstance = new MyClass();
:
:

I know c# is different from objective c, but I’m trying to find a way to easily understand how objective c works to make the transition easier. And figure out best practices too.

Anyway, my question is why doyou have to create a method and return an “id” instead of returning it’s own type? Like so:

- (id)initWithID:(NSInteger)id name:(NSString *)name
{
    self = [self init];
    if (self) {
        self.ID = id;
        self.name = name;
    }
    return self;
}

Thanks for your time

  • 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-14T05:41:02+00:00Added an answer on June 14, 2026 at 5:41 am

    You return an object of type id in initialization methods because of inheritance.

    Think of it this way: You have an object of class Foo. It has an init method called initWithWidgets. Now, you create a subclass of Foo and name it Bar. By the rules of inheritance, it has access to the initWithWidgets method. If the return type for initWithWidgets was Foo, then your Bar class would be unable to use it to initialize itself! The return type would be different than the object you are trying to instantiate. Thus, if you use id, you’re saying “the return type of this object can be of any type” and you’re safe for the subclasses!

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

Sidebar

Related Questions

I came from a java background, and I was trying to use protocol like
Background I came from several years working in a company where all the database
I'm new to Ruby - came from Java background. I want to use third
I came from a Windows background whern it comes to development environments. I'm used
As someone who came from Java background and being a newbie to Ruby, I
I came from Java Swing background. I am interested to have my own portfolio
Coming from a Java/C# background, the MEL site came as a bit of a
I came from non-computer-science background and Now I am working as a Ruby on
Background I have a Crystal Reports 2008 file that came my way from a
I came from C# background now im trying to write on VB NET. 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.