Does Objective C supports Multiple Inheritance?

The answer is NO. Objective C has the single Inheritance, all its behavior is inherited from the single super or parent class called NSObject.