Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taeguk/oop-in-c
Object Oriented Programming in C
https://github.com/taeguk/oop-in-c
c-language oop study
Last synced: 17 days ago
JSON representation
Object Oriented Programming in C
- Host: GitHub
- URL: https://github.com/taeguk/oop-in-c
- Owner: taeguk
- License: mit
- Created: 2015-11-14T18:20:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T14:08:59.000Z (about 9 years ago)
- Last Synced: 2024-12-03T15:51:24.357Z (2 months ago)
- Topics: c-language, oop, study
- Language: C
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oop-in-c
===========
Object Oriented Programming in CObjective
------
1. Research OOP in C
2. Provide OOP template in C (Do not confuse with template in C++)Progress - Research
---------
- [X] Encapsulation
- [X] Hiding information
- [X] Inheritance (Multiple)
- [ ] Interface
- [ ] virtual functionProgress - OOP template
---------
- [ ] Encapsulation
- [ ] Hiding information
- [ ] Inheritance (Multiple)
- [ ] Interface
- [ ] virtual function