C# - Methods

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 18

  • @TutorialsPoint_
    @TutorialsPoint_  ปีที่แล้ว

    To Get Certification, Click Here: bitly.ws/P9Up
    Use coupon "TH-cam12" to get ‘’FLAT 12%’’ OFF at Checkout.

  • @lowkey2350
    @lowkey2350 6 ปีที่แล้ว +2

    @Tutorials Point This is an absolutely amazing series - you have single-handedly taught me how to write code in C#. Many thanks!!!

  • @Yahweh5995
    @Yahweh5995 ปีที่แล้ว +1

    Bruv is literally saving my Computer Science degree .

  • @srijanverma4634
    @srijanverma4634 3 ปีที่แล้ว

    Explained extreamly well, Thank you :)

  • @novaploca2080
    @novaploca2080 2 ปีที่แล้ว

    I finally understand how we walk inside code!!!!

  • @ramonstanlyrodriguez4189
    @ramonstanlyrodriguez4189 6 ปีที่แล้ว +13

    Indian people are like Jesus saving every computer science student life

  • @khulood2684
    @khulood2684 6 ปีที่แล้ว +1

    thanks a lot, teacher 😊
    And could I ask you for something 🙏Could you add English Subbed -English Translations-in your video 🙏
    because your language is kind to hard to understand.
    I re-watch the video a couple of time and I still can't understand
    And I really Like your channel and I hope you become the first channel in the youtube
    Keep going 👍

  • @novaploca2080
    @novaploca2080 2 ปีที่แล้ว +1

    Why use method of type void and then use parameter with out. Wouldn't it be easier to just use appropriate value type of the method and then just return value.

  • @imadabab
    @imadabab 4 ปีที่แล้ว

    Brilliant. I have subscribed. Appreciate it.

  • @ehsanansari6044
    @ehsanansari6044 ปีที่แล้ว

    Thanks. How we can calling C# program abd methodes in Matlab?

  • @sarthakpuri4290
    @sarthakpuri4290 5 ปีที่แล้ว

    the example is good but when i want to know total marks and grade also so how it could be done,
    i did in main method
    console.writeline("total marks" +Gettotal());
    and the then
    console.writeline("total marks" +GetGrade());
    but it's asked marks two times and then show the result

    • @sivaavadhanam4473
      @sivaavadhanam4473 2 ปีที่แล้ว

      Don't assign the Get total () directly in the Console. WriteLine . Create a variable to Get total () and then assign that variable into ConsoleWriteLine..

    • @sivaavadhanam4473
      @sivaavadhanam4473 2 ปีที่แล้ว

      This is because as you directly assigned the method..It returns whole thing when the conditional fails..

  • @yesserlabidi7831
    @yesserlabidi7831 5 ปีที่แล้ว +1

    shouldn't the main method be the fisrt method ?? im confused now ..

    • @brisaqueque6820
      @brisaqueque6820 4 ปีที่แล้ว +2

      that doesn't matter. Main will be called first always regardless where is it

  • @OmegaJazz
    @OmegaJazz 7 ปีที่แล้ว

    first