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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:40:26+00:00 2026-05-26T19:40:26+00:00

When performing introspection on a class, I use the following code: if([object isKindOfClass:[NSNumber class]]){

  • 0

When performing introspection on a class, I use the following code:

if([object isKindOfClass:[NSNumber class]]){

        NSLog(@"I am an NSNumber: %@", object);
    }

 NSLog(@"Properties:%@", [object class]);

The output is:

I am an NSNumber: 320
Properties:__NSCFNumber

Can anyone explain why the result is __NSCFNumber for type NSNumber? I also noticed NSArray is identified as:

__NSArrayI
  • 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-26T19:40:27+00:00Added an answer on May 26, 2026 at 7:40 pm

    NSNumber is a class cluster. NSNumber is the abstract, public superclass of several concrete subclasses. When you create an NSNumber with any of the +numberWith... methods, you will get an instance of one of these subclasses.

    When you pass an object to NSLog() as a parameter corresponding to a “%@” storage specifier, NSLog() will send that object a -description message, and insert whatever’s returned from that message expression into the string it writes to the stderr file descriptor.

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

Sidebar

Related Questions

I am performing a search in an XML file, using the following code: $result
When performing some custom painting on a button's Graphics2D object, I get the following
When performing many inserts into a database I would usually have code like this:
I'm performing a bulk insert with an ADO.NET 2.0 SqlBulkCopy object from a C#
Performing the following in my app won't call the delegate: NSNetService * bonjourMonitor; bonjourMonitor
When performing an object comparison, is it faster to compare by name (string) or
While performing code review, I found code that could cut down on potential bugs
After performing a Menubar> Project> Clean... I get the following error in the errorlog:
Possible Duplicate: Performing simple arithmetic in MySQL statement or in PHP code Im wondering
I'm performing a couple of processes that already require the use of a source

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.