EZ

Eduzan

Learning Hub

Eduzan
Eduzan / Objective C

Structures in Objective-C

Objective-C is an object-oriented programming language that extends the C language with object-oriented capabilities. It follows a bottom-up approach and supports both procedural and object-oriented paradigms. One of the data structures supported by Objective-C is the structure. This article covers how to define and use structures in Objective-C.

End of lesson.