What does it mean when you say C# is component oriented language?

后端 未结 7 1948
無奈伤痛
無奈伤痛 2020-12-10 02:51

I learned Java while ago. I just got bored of Java and returned to C++ after a while. I thought that C# was similar to Java. My assumption about the similarities between C#

相关标签:
7条回答
  • 2020-12-10 03:38

    In just one line we can say it Component component-oriented programming means that C# has automatic ability of OOP, we cannot work in C# or Java without Object Oriented approch so such technique is built-in High level language. Thus this technique is called component-oriented.

    0 讨论(0)
提交回复
热议问题