NSObject
E236681
NSObject is the root base class in Objective-C from which most classes in Cocoa and Cocoa Touch inherit, providing fundamental object behavior such as memory management and message sending.
All labels observed (5)
| Label | Occurrences |
|---|---|
| NSObject canonical | 6 |
| HKObject | 1 |
| NSObject protocol | 1 |
| NSObject protocol (id<NSObject>) | 1 |
| NSObject.h | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2142757 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: NSObject Context triple: [NeXTSTEP Foundation Kit, defines, NSObject]
-
A.
Objective-C
Objective-C is an object-oriented programming language primarily known for its use in developing software for Apple's macOS and iOS platforms.
-
B.
OPENSTEP
OPENSTEP is an object-oriented application programming interface and operating system environment developed by NeXT that later formed the technological foundation for macOS and iOS.
-
C.
Objectory
Objectory is an object-oriented software development methodology created by Ivar Jacobson that introduced use cases and significantly shaped modern modeling approaches later incorporated into UML.
-
D.
ObjectAda
ObjectAda is a commercial, object-oriented Ada development environment and compiler suite used for building and maintaining Ada applications.
-
E.
Objective-C runtime
Objective-C runtime is the dynamic library and infrastructure that enables Objective-C’s message passing, dynamic typing, and introspection features at program execution time.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSObject Target entity description: NSObject is the root base class in Objective-C from which most classes in Cocoa and Cocoa Touch inherit, providing fundamental object behavior such as memory management and message sending.
-
A.
Objective-C
Objective-C is an object-oriented programming language primarily known for its use in developing software for Apple's macOS and iOS platforms.
-
B.
OPENSTEP
OPENSTEP is an object-oriented application programming interface and operating system environment developed by NeXT that later formed the technological foundation for macOS and iOS.
-
C.
Objectory
Objectory is an object-oriented software development methodology created by Ivar Jacobson that introduced use cases and significantly shaped modern modeling approaches later incorporated into UML.
-
D.
ObjectAda
ObjectAda is a commercial, object-oriented Ada development environment and compiler suite used for building and maintaining Ada applications.
-
E.
Objective-C runtime
Objective-C runtime is the dynamic library and infrastructure that enables Objective-C’s message passing, dynamic typing, and introspection features at program execution time.
- F. None of above. chosen
Statements (52)
| Predicate | Object |
|---|---|
| instanceOf |
Objective-C class
ⓘ
root class ⓘ |
| conformsTo |
NSObject
self-linksurface differs
ⓘ
surface form:
NSObject protocol (id<NSObject>)
|
| definedIn | Foundation framework ⓘ |
| framework |
Cocoa
ⓘ
Cocoa Touch ⓘ |
| hasMethod |
+ alloc
ⓘ
+ conformsToProtocol: ⓘ + instancesRespondToSelector: ⓘ + new ⓘ - autorelease ⓘ - class ⓘ - conformsToProtocol: ⓘ - dealloc ⓘ - init ⓘ - isKindOfClass: ⓘ - isMemberOfClass: ⓘ - performSelector: ⓘ - release ⓘ - respondsToSelector: ⓘ - retain ⓘ - retainCount ⓘ |
| headerFile |
NSObject
self-linksurface differs
ⓘ
surface form:
NSObject.h
|
| introducedBy | NeXTSTEP ⓘ |
| isRootOf |
most Objective-C class hierarchies in Cocoa
ⓘ
most Objective-C class hierarchies in Cocoa Touch ⓘ |
| memoryManagementModel |
automatic reference counting (ARC)
ⓘ
manual reference counting (MRC) ⓘ |
| module | Foundation ⓘ |
| ownedBy | Apple Inc. ⓘ |
| platform |
iOS
ⓘ
iPadOS ⓘ macOS ⓘ tvOS ⓘ watchOS ⓘ |
| programmingLanguage | Objective-C ⓘ |
| provides |
basic object behavior
ⓘ
copying protocol base implementation ⓘ description methods ⓘ dynamic dispatch ⓘ equality comparison methods ⓘ hashing methods ⓘ introspection capabilities ⓘ key-value coding support ⓘ key-value observing support ⓘ memory management support ⓘ message sending behavior ⓘ method forwarding ⓘ reference counting support ⓘ runtime type information ⓘ selector handling ⓘ |
| superclassOf | NSProxy (indirectly via root semantics) ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: NSObject Description of subject: NSObject is the root base class in Objective-C from which most classes in Cocoa and Cocoa Touch inherit, providing fundamental object behavior such as memory management and message sending.
Referenced by (10)
Full triples — surface form annotated when it differs from this entity's canonical label.