EZ

Eduzan

Learning Hub

Eduzan
Eduzan / Objective C

Objective-C Tutorial Roadmap

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

What is Objective-C?

Objective-C is an object-oriented programming language that extends the C language with messaging and runtime features, widely used for macOS and iOS development before Swift.

Characteristics of Objective-C

  • Object-oriented and dynamic
  • Superset of the C programming language
  • Message-passing syntax
  • Powerful runtime system
  • Seamless integration with C and C++

End of lesson.