filmov
tv
What is C# - Multi-Paradigm Programming Language

Показать описание
C# as a multi-paradigm programming language
I’m going to have to use an analogy to help you understand:
If you blind-fold 6-people and have each person touch a part of the elephant, each one will describe it differently.
C# has the capability of solving problems using different paradigms.
You can use it in so many ways that being a multi-paradigm programming language will always leave you with plenty of room to learn.
That’s because each paradigm has a dense number of solutions to offer.
Here’s a list of paradigms that C# is capable of:
-- It can produce more code to reduce the amount of code you write.
-- It can deal with dynamic types.
-- It can accept other programs as a data types and treat them like a native to C#.
I’m going to have to use an analogy to help you understand:
If you blind-fold 6-people and have each person touch a part of the elephant, each one will describe it differently.
C# has the capability of solving problems using different paradigms.
You can use it in so many ways that being a multi-paradigm programming language will always leave you with plenty of room to learn.
That’s because each paradigm has a dense number of solutions to offer.
Here’s a list of paradigms that C# is capable of:
-- It can produce more code to reduce the amount of code you write.
-- It can deal with dynamic types.
-- It can accept other programs as a data types and treat them like a native to C#.