Is linear programming possible in Objective-C?
Hello, I develop software for some 25 years. After that time, linear-style programming got so burned in my brain, it is very hard for me to switch to objective programming.
I have read in Tutorials that Objective-C is somehow "backward compatible" with old style programs. Is it possible to use linear programming and minimize use of objective programming in Xcode? For example, can I call methods and properties as some kind of functions?
Jan
|