Kỹ thuật lập trình C++
1. C++ is at the center of modern programming because it was derived from C and is the parent of Java and C#. These are the four most important programming languages.
2. True, a C++ compiler produces code that can be directly executed by the computer.
3. Encapsulation, polymorphism, and inheritance are the three guiding principles of OOP.
4. C++ programs begin execution at main( ).