What type of errors are identified by OFC?
There are three types of errors identified by OFC: • Runtime errors related to Objective-C Examples: Method not implemented by a class, Out of memory. • Programmer’s errors Examples: Index out of range, invalid value for a method parameter. • Environment errors Examples: File not found, connection unexpectedly closed.