צפה בסרטונים לדוגמה

רשימת סרטונים

  • פולימורפיזם - הפרוייקט המתגלגל
    • 03- motivation for polymorphism
    • 04- static binding vs. dynamic binding
    • 05- the virtual table
    • 06- virtual dtor
    • 07- identify object type in runtine using virtual method
    • 08- identify object type in runtine using typeid
    • 09- identify object type in runtine using dynamic cast
    • 10- implementing ostream when having polymorphism
    • 11- duplicate hetrogenic array using clone
    • 12- abstract classes and methods
    • 13- summary