DIFFERENCE BETWEEN KEYWORDS ‘VAR’ AND ‘DYNAMIC’ ? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
11 Apr 2019 11:41 AM study24x7 study24x7

DIFFERENCE BETWEEN KEYWORDS ‘VAR’ AND ‘DYNAMIC’ ?

A

‘Var’ is introduced in C# (3.0) and ‘Dynamic’ is introduced in C# (4.0)

B

‘Var’ is a type of variable where declaration is done at compile time by compiler while ‘Dynamic’ declaration is achieved at runtime by compiler

C

For ‘Var’ Error is caught at compile time and for ‘Dynamic’ Error is caught at runtime

D

All of the mentioned

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles