Skip to content

Instantly share code, notes, and snippets.

View codewithvk's full-sized avatar
:octocat:
Exploring Open Source

Vivekkumar Javiya codewithvk

:octocat:
Exploring Open Source
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