Answers

Question and Answer:

  Home  Unity Developer

⟩ Tell me what is the difference between dynamic type variables and object type variables in C#?

The difference between dynamic and object type variables has to do with when the type checking takes place during the application lifecycle. Dynamic type variables handle type checking at run time, while object type variables handle type checking during compile time.

 219 views

More Questions for you: