What does 'Language Construct' mean?

前端 未结 9 514
鱼传尺愫
鱼传尺愫 2020-12-14 15:17

I am learning C from \'Programming in C\' by Stephen Kochan.

Though the author is careful from the beginning only not to confuse the students with jargon, but occas

9条回答
  •  旧巷少年郎
    2020-12-14 16:01

    Let say you want to create a class containing methods and properties, so:

    Construct is an architecture of a class you are about to create. The architecture of the class consists of methods and properties created by you by using predefined utilities (such as: 'if', 'else', 'switch', 'break', etc)

    That's my take on construct.

提交回复
热议问题