1.

What Are The Root Classes In Cocoa?

Answer»

The root CLASS does not inherit from any other class and all other classes inherit from the root class.

The root class primarily ACCESSES and INTERACTS with the objective C runtime.

Cocoa has two root classes:

  • NSOBJECT
  • NSProxy (essential in the distributed object architecture)

The root class does not inherit from any other class and all other classes inherit from the root class.

The root class primarily accesses and interacts with the objective C runtime.

Cocoa has two root classes:



Discussion

No Comment Found