Northrop Grumman Interview Question

What’s the difference between c and c++.

Interview Answer

Anonymous

Sep 2, 2025

C has no classes while c++ does. Then they asked about if the member variables are private and public to which I responded with in c they are all public and c++ they are all private

1