Skip to content

Instantly share code, notes, and snippets.

View awsmankit's full-sized avatar
🎯
Focusing

Ankit Singh awsmankit

🎯
Focusing
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