Skip to content

Instantly share code, notes, and snippets.

View DbDibyendu's full-sized avatar
🏠
Working from home

DB DbDibyendu

🏠
Working from home
View GitHub Profile

C++ OOPS Concepts

The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Characteristics of an Object Oriented Programming language

img