Fortran: Object Oriented Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @EspenMyklebust-u1o
    @EspenMyklebust-u1o 11 หลายเดือนก่อน +1

    You have probably figured out TYPE vs CLASS when declearing dummy aeguments (equiv to function parameters in C) by now (2yrs later), but for anyone wondering:
    CLASS(type-name) is polymorphic and will allow an actual argument of the declared type (ie. "type-name") or one that extends that type, whereas TYPE(type-name) allows only arguments of that declared type. CLASS also allows abstract types.

  • @raghus316
    @raghus316 7 หลายเดือนก่อน

    Awsome Explaination. Thanks man.,

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

    Really enjoy watching your Fortran videos

  • @eepstructuremech
    @eepstructuremech 9 หลายเดือนก่อน

    Hello! Thank you for the video. What IDE are you using?

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

    Thank you!

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

    Evil mode emacs FTW!

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

    Make pi as PI=4.d0*DATAN(1.0d0)