After introducing the "dynamic" key word in C# 4.0, Is C# is really become a dynamic programming language?
Loading
After introducing the "dynamic" key word in C# 4.0, Is C# is really become a dynamic programming language?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 11, 2013, 9:20 AM
The 'dynamic' keyword has given C# some of the abilities of a dynamic programming language such as Javascript, Python or Ruby.
But it hasn't changed it's essential nature as a statically typed object oriented language.
In my experience, apart from assisting with COM interop, the dynamic keyword is seldom used in practice in any case.
Ck NitinPosted Apr 12, 2013, 6:09 AM
I have got What I wanted to know about C# & Dynamic programming.
VulpesPosted Apr 12, 2013, 5:49 AM
Ck NitinPosted Apr 11, 2013, 10:53 PM