4-12 C# Invoice Class - Intro to Classes and Objects

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Programming Homework from C#2012 How To Program
    chapter 4: Intro to Classes and Objects in C#
    In this project, we're creating a class called Invoice, that will store a part number, part description, quantity and price of a product.
    We will display the information and also calculate the total cost of the ordered products.

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

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

    Thank you, I understand this exercise so much clearer now. Your video is well organized and has just the right amount of explanation.

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

    I know that by now that this video is dated, but this is awesome! I absolutely love this, and I plan in making my own coding videos one day.

  • @shockyou4216
    @shockyou4216 10 ปีที่แล้ว

    Thank you for the upload. You made understanding this assignment so much easier than what the book does.

    • @codingchallenges
      @codingchallenges  10 ปีที่แล้ว

      Glad it helped

    • @shockyou4216
      @shockyou4216 9 ปีที่แล้ว

      I have been watching all the other uploads that you have done. Yet, I have found that one I need for my class you do not have an upload for. 5-41 Enforcing Privacy with Cryptography. Was wondering if you had plans for this one as well?

    • @codingchallenges
      @codingchallenges  9 ปีที่แล้ว

      Shock You That's one of those making the difference exercises.I didn't plan on doing those, but I can give it a try. When is your assignment due?

    • @shockyou4216
      @shockyou4216 9 ปีที่แล้ว

      The assignment was due about 3-4 days ago. Sorry that I did not get with you sooner on that. I was on a hunting trip and lost internet connection for a couple days. But, I was able to get it completed, just a few days of trying to figure it out.

  • @shafiqrehman4753
    @shafiqrehman4753 8 ปีที่แล้ว

    REAL REAL REAL PROGRAMMER :) u r Greatt
    but one thing please edit all videos names i m confused that what i should watch before it dis balance series names
    update names like video 1 video 2 video 3 its so confusing to find what is before and after :)

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

    Thank you. The book doesn't help me at all but youtube videos helps a lot. Your way makes sense I tried to follow some other videos by using forms but my program would never come out right.

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

    Thank you for uploading this first of all, but what about the requirement mentioned in the question, "For the Quantity and PricePerItem properties, if the
    value passed to the set accessor is negative, the value of the instance variable should be left unchanged." ? I mean it says "unchanged", not assign 1 to instance variables. Plus, there may be original orders and updated orders printed on the same page, I assume? Can you help me with this?

  • @IP1995IP
    @IP1995IP 8 ปีที่แล้ว

    Thank you Powell. This C# class is a pain in the ass. I thought it would be easy. Luckily, I found your tutorials. Was this your first programming language, or did you learn a language before this? Also, what languages do you know?

  • @imeade9751
    @imeade9751 6 ปีที่แล้ว

    working my way through this book and keep getting error saying im missing a directive when i try to use invoice.partNum etc. in InvoiceTest Class.

  • @shafiqrehman4753
    @shafiqrehman4753 8 ปีที่แล้ว

    which video is first and whichis second ?? totally confused

  • @Dreadric79
    @Dreadric79 10 ปีที่แล้ว

    Thanks for the upload.

  • @shayneseguin8620
    @shayneseguin8620 9 ปีที่แล้ว

    What type of project did you choose? A console application?