+ 1
I have a test tomorrow, any tips?
We get little programs we have to read and write what the output is. The main two topics will be classes and pointers. Especially the pointers are very confusing for me.
2 Réponses
+ 5
Get enough sleep. :-)
0
In classes :
Inheritance
Polymorphism
Access Specifiers : public private protected
Friend function/class
Data Hiding (Theoretically )
In pointers :
Pointer to Pointer
Void Pointer