Multiple choice What is NSCoder class in Objective C? It an abstractClass which represents a stream of data. This class provides the basis for archiving. NSCoder objects are usually used in a method that is being implemented so that the class conforms to the protocol. It can operate on different data types and reference types. All of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, all are correct.