KAYLukas / FoxyC

Adds class-oriented syntaxis to C, by using macro's only.
0 stars 0 forks source link

Final classes #7

Open KAYLukas opened 10 years ago

KAYLukas commented 10 years ago

Allow the developer to make classes final.

Pretty much works by not implementing the init function, giving the extending class no way to init the class.