"Introduction to information security professional," the eighth week of learning summary

Teaching materials summary

Understand the difference between functional design and object-oriented design of
object-oriented design pattern describes the software design, so it is independent of the programming language, but ultimately the object-oriented design patterns still want to use object-oriented programming language to express, such as Visual Basic , .NET, C ++ / CLI and so on.
Object-oriented design patterns like algorithm techniques, you can copy the photo with, it is built on the basis of empirical knowledge, "object-oriented" skilled, in-depth understanding on. Grasp the premise of object-oriented design patterns is to first master the "object-oriented"!

Functional design is in accordance with the requirements of the initial product positioning, on the basis of user needs and existing products survey analysis on the function of the target product positioning systems should have carried out activities to create a conceptual construct.
Understand the specific compiler and interpreter working principle
know some generic content, imperative, declarative.
Learn some of the commonalities and differences of language.

Textbook learning and problem solving process

Question: What is a reserved word
Internet under: reserved words (reserved word), refers to the high-level languages already defined word, the user can not then these words as a variable or procedure name to use.
Reserved words include keywords and reserved words are not used. Keyword refers to have a special meaning in the language, those words become a part of the grammar. In some languages, some of the reserved words may not be applied to the current syntax, which became a reserved word keyword difference. Generally this situation may be due to consider scalability. For example, Javascript some future reserved words, such as abstract, double, goto, and so on.

Code debugging and problem solving in the process

There have been many problems with the completion of four operations, through its own look and ask students to solve

Last week, the wrong question test summary

Depending on the implementation strategy used, the operation on the list are the same

Guess you like

Origin www.cnblogs.com/1208499954qzone/p/11916946.html