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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:00:36+00:00 2026-06-11T18:00:36+00:00

In Objective-C, can we have a class Foo and a class Bar, and then

  • 0

In Objective-C, can we have a class Foo and a class Bar, and then do something like

Class aClass = [Foo class];
[aClass getURLString];

where getURLString is a class method of the class Foo or Bar. So in other words, invoke different class methods based on the class, and this class is referenced by a variable.

Foo and Bar have the same base class of NSObject in this example. I tried using the code above and it won’t work. If I use

id aClass = Foo;

or

id aClass = [Foo class];

It won’t work either. Must I instantiate a dummy object? Can Objective-C do it without instantiation?

  • 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-11T18:00:37+00:00Added an answer on June 11, 2026 at 6:00 pm

    What you’re trying should work fine. For example, the following works:

    Class NSStringClass = [NSString class];
    NSString *string = [NSStringClass string];
    

    Is it possible you’ve neglected to #import the definition of Foo?

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

Sidebar

Related Questions

How can I invoke a method at runtime on an Objective-C class when all
I would like to have class static variables as states, but Objective C disallowed
I have a C++ class ' Expression ' with a method I'd like to
Can a Objective c interface have more than one implementation? Example I could have
I currently have code in objective C that can pull out an integer's most
In objective-c I can do the following: NSTask* foo = [NSTask alloc]init]; [foo setLaunchPath:@/usr/bin/open];
Can I intercept a method call in Objective-C? How? Edit: Mark Powell 's answer
So I have a custom class Foo that has a number of members: @interface
I'm using cocos2d with objective C. I have a class called CrystalineBubble that is
I have a Java library compiled in two directories: Directory A com.foo.bar.app.* //without test

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.