BlueJ Chapter 3 - Object Interaction

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

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

  • @bloo9676
    @bloo9676 3 ปีที่แล้ว +7

    these videos are so good
    do u plan to do the whole blue j book?

    • @NicholasDayPhD
      @NicholasDayPhD  3 ปีที่แล้ว +11

      Thank you! I am teaching the later chapters of BlueJ at University face to face, but I may be able to produce videos on them in 2022. I think I've recorded up to Chapter 7 or 8 last year. I'm glad you find the videos beneficial.

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

      @@NicholasDayPhD okay thank you :)

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

    your videos are very very helpful ❤❤❤❤❤❤❤

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

    How do I call a method from another class to output suttin from the other class to the main class ?

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

      Hi there, I think you're looking for a getter method which will return data from an object of one class to where (the getter method) was called. This getter method for an object could be called in the main method (in the Program class).

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

      @@NicholasDayPhD basically we doing a borrower and cd project. And I need to print the borrower surname which is in the (Borrower class) to the CD class which is the main class so how I do that please . I dont know where to put the dote notation to link them
      I basically need to call a method in a other class , the surname which is in the borrower class to the Cd class so it’s store the surname of the borrower method to the