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...


What is m file?



What is m file?..

Answer / Sandeep Bajpai

An .m file in Xcode is a combination of two files: .h (header) and .m (implementation). It contains the interface declaration (methods, properties, and protocols) in the header section, followed by their implementation in the implementation section.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What are the different types of protocols?

1 Answers  


How to add object to nsarray objective c?

1 Answers  


What is abi stability?

1 Answers  


What is .m file in objective c?

1 Answers  


What is super in objective c?

1 Answers  


What is a category in objective c?

1 Answers  


What is #import?

1 Answers  


Mention what is the primary use of the category in the objective-c?

1 Answers  


Is objective-c a dynamic language?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


How do you define a block?

1 Answers  


Why do we require class extension?

1 Answers  


Categories