How much integration do C++ and Objective C have in Objective C++? I realize that Objective C++ compiles both C++ and Objective C code, but do the languages actually interact with each other?
For example can I create a template of a Objective C object? How about inheriting an Objective C class from a C++ class?
What I am basically trying to ask is do the languages mix or do they simply compile together in the same file? To what extent?