Login
Remember
Register
Questions
Ask a Question
What is posing in Objective C?
Home
>
Technology
>
What is posing in Objective C?
0
votes
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What is posing in Objective C?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 10, 2020
by
JackTerrance
(
1.7m
points)
Posing. Objective-C permits a class to entirely replace another class within an application. The replacing class is said to “pose as” the target class. All messages sent to the target class are then instead received by the posing class.
Related questions
0
votes
1
answer
What is bundle in Objective-c?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is the isa member in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is an extension in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is instanceType in Objective-c?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is id in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...