Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't see where you get that. There is a struct function.

That said, the only difference between a struct and a class is that struct member defaults to public, and class members default to private.



> the only difference between a struct and a class

In C++ land, this would be true.

C doesn't let you write methods within structs. C structs don't even have inheritance. No virtual table is generated. There is no single-dispatch mechanism.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: