Week 8 : Mastering OOP Inheritance

I dedicated Days 50-56 to mastering inheritance in object-oriented programming. Here's a summary of my journey through different inheritance patterns and what I learned along the way. Day 50: ...
0 Read More

"Hello C++"

Basics of C++ It's an object oriented language It's statically typed language, meaning we know the data type of the variable (we define it) We can manage memory in it, as it has concept of pointers It...
0 Read More