|
|
|
|
|
by noidax
3482 days ago
|
|
If you think about it, ObjC has a lot of similarities to a dynamic objected oriented programming language. You can add methods, check if a method exists and a lot more. Imagine something like this => if obj.isNumber(): print "Hello World"
where you can call objc methods from python code. |
|
We understand what you're talking about; I don't think you need to explain the concept.