https://github.com/sarincr/object-oriented-programming-with-cpp
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.
https://github.com/sarincr/object-oriented-programming-with-cpp
algorithms artificial-intelligence c course cplusplus cpp data-science datascience datastructure datastructures deep-learning machinelearning object-oriented-programming objective-c oops-in-cpp opps programming-exercises programming-paradigm regression
Last synced: 3 months ago
JSON representation
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.
- Host: GitHub
- URL: https://github.com/sarincr/object-oriented-programming-with-cpp
- Owner: sarincr
- License: mit
- Created: 2020-11-01T00:36:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T07:47:09.000Z (about 4 years ago)
- Last Synced: 2025-01-21T04:42:32.223Z (5 months ago)
- Topics: algorithms, artificial-intelligence, c, course, cplusplus, cpp, data-science, datascience, datastructure, datastructures, deep-learning, machinelearning, object-oriented-programming, objective-c, oops-in-cpp, opps, programming-exercises, programming-paradigm, regression
- Language: C
- Homepage:
- Size: 4.66 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object-oriented-programming-with-C-
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.