The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Programming in Objective C
  

  Programming in Objective C by Stephen Kochan

  • Published by: SAMS
  • Author: Stephen Kochan
  • Page Count: 546
  • Group: ADVANCED
  • ISBN: 0672325861/9780672325861
  • Published: Dec 2003

Our Price: 19.13
Discount: 25%
RRP: 25.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Programming in Objective C
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming. The book makes no assumption about prior experience with object-oriented programming languages or with the C language (upon which Objective-C is based). And because of this, both novice and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C). This approach, combined with many small program examples and exercises at the end of each chapter, makes it ideally suited for either classroom use or self-study. Growth is expected in this language. At the January 2003 MacWorld, it was announced that there are 5 million Mac OS X users and each of their boxes ships with Objective-C built in.

CONTENTS:

Introduction.

 1. Object-Oriented Programming.

 2. Classes.

 3. Writing a Program in Objective-C.

 4. Data Types and Expressions.

 5. Instance Variable.

 6. Parameters.

 7. Looping.

 8. Decision Making.

 9. Subclasses, Superclasses, and Inheritance.

10. Dynamic Binding.

11. Character Strings, Arrays, Dictionaries, Sets.

12. Working with the File System.

13. More on Instance Variables.

14. The Preprocessor.

15. Miscellaneous and Advanced Features.

16. Underlying C Features.

17. Intro to Cocoa Programming.

Appendix A. Glossary.

Appendix B. Objective-C Language Summary.

Appendix C. GCC.