State the important classes in cocoa.

devquora
devquora

Posted On: Feb 22, 2018

 

There are several classes in cocoa. The notable ones are-
  • NSNumber: it represents objects that contain integers, doubles, and floats.
  • NSDate: it is used for displaying dates and times in various formats.
  • NSXMLParser: it is used to process XML data.
  • NSArray: it uses zero-based indexing for an ordered collection of objects.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cocoa Touch Interview Questions

    What do you understand by cocoa?

    Cocoa is a suite of object-oriented software libraries that develop OSX and iOS apps. Cocoa is an application environme..

    Cocoa Touch Interview Questions

    Elaborate on the meaning of Application Kit.

    Application kit is a framework that contains all the objects and details needed to implement the graphical and event-dri..