IT Placement Papers Programming C
This category contains C Interview Questions and Answers |
What's the best way of implementing opaque (abstract) data types in C?
|
|
|
|
|
One good way is for clients to use structure pointers (perhaps
additionally hidden behind typedefs) which point to structure
types which are not publicly defined.
Only registered users can write comments. Please login or register.
|