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
@Harshil-Jani
Harshil-Jani / gsoc-report-2022.md
Last active August 27, 2023 16:04
Google Summer of Code 2022 [ CERN-HSF ] Report

Google Summer Of Code 2022

Organization : CERN-HSF

Project : Geant4 - Performance Analysis and Data Visualization

Mentors : Guilherme Amadio, Bernhard Manfred Gruber

Related Repositories : g4Run , g4Web

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