Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 623 Bytes

Common Programming knowledge.md

File metadata and controls

13 lines (7 loc) · 623 Bytes

Explicitly typed vs Strongly typed

Explicitly means that you HAVE to specify type when you declare a variable. On the other hand Strongly means you can never change type of the variable, it has to remain the same! It is very important not to confuse them

OSI Model

image

image

image