11 followers
Hi. Welcome to my blog! I am primarily a student. I write blogs about oop in C++ to make concepts simpler for you ✨
Welcome to my 30-day challenge, where I’ll be writing daily blogs related to Python projects. I started this challenge to make myself consistent in...
OOP Series In C++ · Hey friends, welcome to brand new Blog # 7 of the oop series in c++. In this blog, we will learn about access specifiers,...
OOP Series In C++ · Hey there, welcome to Blog # 6 of the oop series in c++. In the last part, we discussed the UML and different types of relations in...
OOP Series In C++ · UML stands for “Unified Modeling Language”. The term modeling is “to create a simplified representation of something.” So, UML is a...
OOPs series in C++ · Recap Of Inheritance: Derived class inherit all characteristics from the base class Besides inherited characteristics derived class...
OOPs series in C++ · Abstraction: It is a process of showing concerned information and hiding unimportant and complex details. Abstraction In Real...