Skip to content

Instantly share code, notes, and snippets.

View Harshil-Jani's full-sized avatar
:octocat:
Exploring Things

Harshil Jani Harshil-Jani

:octocat:
Exploring Things
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