Skip to content
/ OOPs Public

This repository is dedicated to Object Oriented Programming in C++ .It contains the code of all the concepts of Object Oriented Programming .

Notifications You must be signed in to change notification settings

Yash-Lade/OOPs

Repository files navigation

OOPs

Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic.
An object can be defined as a data field that has unique attributes and behavior.

This repository implements different Object Oriented Programming concepts, There are several concepts of Object Oriented Programming which are -
-Object
-Class
-Inheritance
-Abstraction
-Polymorphism
-Encapsulation
-Dynamic Binding

About

This repository is dedicated to Object Oriented Programming in C++ .It contains the code of all the concepts of Object Oriented Programming .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages