C++ OOPS concepts in brief
Apr 25, 2023 · 2 min read · Welcome to my first blog!! Give it a go 🎉 What is oops? OOPs stands for Object-Oriented Programming, which is a programming paradigm that focuses on objects that have properties and behaviors. C++ is an object-oriented programming language, which me...
Join discussion