1.

Explain What Is The Protocol In Objective C?

Answer»

In Objetive-C, a protocol is a language feature, that provides multiple INHERITANCES in a single INHERITANCE language.

OBJECTIVE C supports TWO types of protocol:

  1. Ad HOC protocols known as informal protocol
  2. Compiler protocols known as a formal protocol

In Objetive-C, a protocol is a language feature, that provides multiple inheritances in a single inheritance language.

Objective C supports two types of protocol:



Discussion

No Comment Found