Pergunta de entrevista da empresa JPMorganChase

The difference between c++ and python.

Respostas da entrevista

Sigiloso

14 de set. de 2016

I spoke about memory management, call by reference and object instantiation. Technically, Python doesn't have true object instantiation before creation. The object exists when the __init__ is called. Details like that. I asked do you use c++ in this group? Nope, they don't.

Sigiloso

3 de out. de 2016

C++ is compiled, Python is interpreted.