Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

oop-in-c
===========
Object Oriented Programming in C

Objective
------
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 function

Progress - OOP template
---------
- [ ] Encapsulation
- [ ] Hiding information
- [ ] Inheritance (Multiple)
- [ ] Interface
- [ ] virtual function