Using CORBA
  • The C++ language mapping describes what IDL objects look like in C++
  • But, how does one actually use these objects?
  • As with all OO systems there are two aspects to this question:
    • Implementing a given interface
    • Invoking methods on an object instance

Next Slide >>