An open API service indexing awesome lists of open source software.

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

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