Python Metaclasses: Everything is an Object

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

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

  • @tbazadaykin
    @tbazadaykin 10 หลายเดือนก่อน +1

    (12:26) If we talk about hierarchy in terms of “ancestor”/“descendant”, then at the top there will be an `object`. Therefore, the class `Apple` will be a descendant of the class `Fruit`, which will be a descendant of the class `object`, and all 3 will be instances of class `type`. Moreover - `type` is a descendant of `object` and both are an instance of `type`. `object` has no ancestors. The ancestor for the class is indicated in the attribute `__base__`.

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

    Very concise and exactly what I needed. THANK YOU!

  • @VaibhavSharma-zj4gk
    @VaibhavSharma-zj4gk ปีที่แล้ว +3

    Very easy explaination 😍

  • @RupeshBhandari-977
    @RupeshBhandari-977 ปีที่แล้ว +2

    Great ❤😊

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

    where is the 2nd video with real world examples?

  • @ahmedrateb5867
    @ahmedrateb5867 3 หลายเดือนก่อน

    Brilliant ❤

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

    great

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

    Thank you

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

    but what is the type of classobj 🤔?

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

    Thank