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

后端 未结 7 1967
無奈伤痛
無奈伤痛 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:18

    MAYBE I AM WRONG BUT I THINK:

    I have read the same statement in e balagurusamy first chapter but there are no description about it but there is a line. C# is first component oriented language and in another line it describes C# is the only component oriented language today according to me I think the languages C and C++ are com based languages. It means they are completely depend on our operating system and every program register itself in registry of our operating system

    In Java we don't have option to use C language (com based component) in our OOPs programming but if we talk about C# we can maybe that's why C# also called as a component oriented language

    How we use:

    1. Open visual studio.
    2. Create new project of any type.
    3. Open solution explorer.
    4. Right on your file name.
    5. Click on add reference.

    Here you can see com tab

    These are the dll made in C language

    You can also add your C language dll by browse tab

提交回复
热议问题