in Technology by
What is the isa member in Objective-C?

1 Answer

0 votes
by

Objective-C objects are basically C structs. Each one contains a field called isa, which is a pointer to the class that the object is an instance of (that’s how the object and Objective-C runtime knows what kind of object it is).

Related questions

0 votes
    Now i am writing a MFC program with opengl in it. And when i tried to combine opengl with MFC, i ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Now i am writing a MFC program with opengl in it. And when i tried to combine opengl with MFC, i ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Differentiate between ordinary function and member functions in c++. Explain with an example Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    In bus topology, the device linking all the nodes in a network is A) Router B) DropLine C) Backbone D) Hub Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    An example of absolute cell reference is a) =A6:b6 b) = a 6:b6 c) = a 6:b$6 d) = a 6: b 6 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    If an entity set is a lower-level entity set in more than one ISA relationship, then the entity ... in section Database Systems Design and Implementation of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    Can we use both swift (.swft) and objective c (.h .m) in same xcode project ?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    How do I call Objective-C code from Swift?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    Explain the difference between Swift vs Objective-C.?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    What are benefits of collections views in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    How we can layout subviews in a view in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What are the size classes in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Why create a custom view in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is bundle in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Can we create Dynamic Classes in Objective C? If Yes, Explain how to create with a valid use case?...
asked Nov 10, 2020 in Technology by JackTerrance
...