https://github.com/xanmoy/cs-101
Programming in Java, C, C++, Go, JavaScript, Dart, Python, Rust and PHP
https://github.com/xanmoy/cs-101
cpp dart java javascript oops php python
Last synced: 2 months ago
JSON representation
Programming in Java, C, C++, Go, JavaScript, Dart, Python, Rust and PHP
- Host: GitHub
- URL: https://github.com/xanmoy/cs-101
- Owner: xanmoy
- Created: 2023-12-15T18:31:34.000Z (over 2 years ago)
- Default Branch: java
- Last Pushed: 2025-05-03T18:50:48.000Z (about 1 year ago)
- Last Synced: 2025-05-03T19:37:18.842Z (about 1 year ago)
- Topics: cpp, dart, java, javascript, oops, php, python
- Language: Java
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OOPS
OOPS is a programming approach to design software using classes and objects.
There are four main concepts in OOPS:
1. Encapsulation
2. Abstraction
3. Inheritance
4. Polymorphism