When wouldn’t NSObject be stated as the parent class?
For example:
@interface Fraction: NSObject {
...
When wouldn't NSObject be used and is NSObject the ultimate parent class for all other classes?
Please feel free to correct me on any wrong terminology used.
Read the original question at Top Questions - Stack Overflow.
