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 a .m file in xcode?



What is a .m file in xcode?..

Answer / Mohini Singh

.m files in Xcode are source code files for Objective-C classes and objects. They typically contain both the class implementation (methods) and interface (header file) wrapped together.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is class extension? Why do we require them?

1 Answers  


Explain the difference between uiwindow and uiview?

1 Answers  


What is extern objective c?

1 Answers  


What is m files document management?

1 Answers  


When will you use nsarray and nsmutablearray? Which one is faster?

1 Answers  


Who calls dealloc method?

1 Answers  


What is 'protocol' on objective c?

1 Answers  


Is objective c dynamically typed?

1 Answers  


Can we implement dealloc in arc? If yes, what is the need to do that?

1 Answers  


Why swift is faster than objective c?

1 Answers  


What is a category in objective c?

1 Answers  


What is enum constant?

1 Answers  


Categories