JPMorganChase interview question

The difference between c++ and python.

Interview Answers

Anonymous

Sep 14, 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.

Anonymous

Oct 3, 2016

C++ is compiled, Python is interpreted.