Is C# weakly typed?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at Stanford University, Lives in Palo Alto. Currently working as a software engineer for a tech startup.
Someone who thinks that "strongly typed" means "the language absolutely positively guarantees static typing, type safety and memory safety under all circumstances" would quite rightly classify C# as "weakly typed". C# is not as strongly typed as languages that do enforce these restrictions all the time.
2023-04-19 14:25:39
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Patel
QuesHub.com delivers expert answers and knowledge to you.
Someone who thinks that "strongly typed" means "the language absolutely positively guarantees static typing, type safety and memory safety under all circumstances" would quite rightly classify C# as "weakly typed". C# is not as strongly typed as languages that do enforce these restrictions all the time.