On 10 , 13:19, Patrick wrote: > markus...@gmail.com a écrit : > > > Does ada fully support the object-orientedness? If so, how do i write > > (or translate) the following C++ object-oriented code into Ada object- > > oriented code? > > By the way, how about translating C++ multiple inheritance into Ada? > I've read that someone worked on a SWIG module for Ada; do you know > about this? In QtAda project (http://sourceforge.net/projects/qtada/) you may find the way for creating portable bindings to C++ code. In Ada Modeling Framework project (http://sourceforge.net/projects/ adamof) you may see how class hierarhies from MOF and UML specifications mapped into Ada2005 interface and tagged types.