Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is there function overloading in objective-c?



Is there function overloading in objective-c?..

Answer / Satendra Pratap Singh

No, Objective-C does not support function overloading. Each function must have a unique method signature, which includes the function name, return type, and number and types of parameters. However, you can achieve similar functionality by using categories to add new methods to existing classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the difference between string and nsstring?

1 Answers  


Is objective c statically typed?

1 Answers  


What is difference between extern and global?

1 Answers  


What objective-c program consists of?

1 Answers  


How dispatch_once runs only once?

1 Answers  


Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?

1 Answers  


What is inheritance in objective c?

1 Answers  


Explain the types of protocol?

1 Answers  


What is synthesized in objective-c?

1 Answers  


What is the latest version of objective-c?

1 Answers  


What are the advantages of using objective-c?

1 Answers  


What is thread safe function?

1 Answers  


Categories