Skip to content

taeguk/oop-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Encapsulation
  • Hiding information
  • Inheritance (Multiple)
  • Interface
  • virtual function

Progress - OOP template

  • Encapsulation
  • Hiding information
  • Inheritance (Multiple)
  • Interface
  • virtual function

About

Object Oriented Programming in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages