Pergunta de entrevista da empresa RTX

What is the difference between ada and c++, other than the programming language

Resposta da entrevista

Sigiloso

7 de abr. de 2016

Ada offers a limited form of objects and it doesn't have features like inheritance and polymorphism. In this sense, C++ is superior. However, Ada does support features such as concurrency and synchronization which are part of the language itself unlike C++ which has no support for these features built into the language.