Casting in C++

C-style casting, static casting, dynamic casting, reinterept casting

Read more

Static in C++

Static variables/functions, static in the context of class/struct

Read more

Virtual destructor

Virtual destructor is used to prevent memory leak in the context of polymorphism.

Read more