+ 1
Object Oriented Programing C++ Exam
Is there a questions or exam here in sololearn where I can prepare for OOP exam? Thank you.
1 Resposta
+ 7
Here on SoloLearn, you can take the C++ course where you cover the following:
Basic Concepts
Conditions and Loops
Data Types, Arrays, Pointer
Functions
THEN: Classes and OBJECTS
followed by:
More on Classes
Inheritance & polymorphism
Templates, Exceptions and Files
and finally:
Challenges
After you complete the said course, you will be able to defend yourself in a OOP C++ exam.
Hope this helps!
-bern