objective-c 后缀名.m 是哪个单词的缩写呢
迷茫
迷茫 2017-04-22 09:00:15
0
6
753

objective-c 后缀名.m 是哪个单词的缩写呢.

.h head 缩写 .m 又是哪个? model?manage?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(6)
伊谢尔伦

Because .o and .c were taken. Simple as that.

刘奇

I always thought that there was an m in implementation, so it became .m. But most of the sayings on the Internet are the abbreviation of methods or message!

伊谢尔伦

I have never struggled with this, but I know that the suffix of Objective-C source files is .m. That’s it, why bother?

左手右手慢动作

Why don’t you google this question first before asking it? Answer

刘奇

.m file: message file (message, also called implementation file).

The data implementation mechanism of objective-c is the same as the message sending implementation mechanism of smalltalk. Therefore, the code implemented in objective-c is saved in the .m (message) abbreviated suffix file to indicate the role and function of this file. use.

阿神

method or message

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template