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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:26:35+00:00 2026-06-03T16:26:35+00:00

I have searched around for a while, but surprised that no one ever popped

  • 0

I have searched around for a while, but surprised that no one ever popped this question, so here I go:

I have a Objective-C method that takes an id argument. Now I want to use respondsToSelector: to determine if it is valid for following actions, if it is not not I have a backup plan for it. (Which is not ASSERT(0) :P)

So, when someone tries to mess up with me and pass an (id)someC++Object, I’ve got a big crash, of course.

My question is simply: Can I make a C++ object fail a respondsToSelector: safely so that I can use my backup plan (punching the coder in the face for one)?

  • 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-03T16:26:37+00:00Added an answer on June 3, 2026 at 4:26 pm

    In short, you can’t.

    At least, not reliably and not in any sane way. Nor, frankly, should bother; that level of defensive programming is utterly futile in the face of a C based language.

    At the least, you would need to:

    • validate that the pointer is pointing to accessible memory
    • pointing to a current allocation
    • the first address sized chunk points to an Objective-C class (including derived classes, possibly)

    In general, any code that makes heavy use of isKindOfClass: and respondsToSelector: (outside of the delegation pattern) is quite atypical to the norms of Objective-C design patterns.

    Or, to put it another way, you have a static type checking compiler that is quite good at checking lots of validity parameters at compile time. Use it.

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

Sidebar

Related Questions

I have searched around, and it seems that this is a limitation in MS
I have searched this question but didn't get / or understood the answer I
I have searched around for a while and had a go at tweaking this
I have searched around Google and StackOverflow trying to find a solution to this,
I have searched/Googled around but I'm struggling with the following problem. I am building
I have searched it all around but couldn't find it all i want to
I've searched around for a while but I can't find a concise explanation of
I have searched around a bit, and have not really found a professional type
I have searched a bit around for a pager for fragment , I develop
I have searched everywhere and can't find anything about this: I have a checkbox

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.