Test (C++ introduction)
Below this block of text should be your first test which covers some concepts we introduced in this lecture. Some of them are real interview questions you may encounter once you start with your professional career. Our advice is if you haven’t quite comfortable with each subject covered: Go through them again, and once you feel okay with all of the subjects, go through the test. Another advice we have for you is that if you don’t manage to get a score above 60% (8 correct answers) is to go through the materials of the questions you have answered wrongly. For those of you who manage to get above this mark, congrats! You may tackle some more difficult concepts in the next chapters. To everyone taking this test, we at Wipher wish you good luck!
Table of contents
- Loops, Pointers and Functions
- Classes and Objects
- Operator Overloading
- Class Inheritance
- Exceptions
- Namespaces
- Templates
- Standard Library
- Additional Problems