Chapter 6: Polymorphism

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 7

  • @ImtiyazAliSyed-q1e
    @ImtiyazAliSyed-q1e 11 місяців тому

    only abstract class can implement pure virtual function or a normal class can also implement pure virtual functions

  • @erbkgupta8679
    @erbkgupta8679 5 років тому

    You are Great!

  • @jaimedelosrios2977
    @jaimedelosrios2977 4 роки тому

    Would be nice to include an animal that does not make sound in addition to the lion and the chicken for completeness.

  • @382946rthu
    @382946rthu 6 років тому

    Instantiate the base, not override making the extended class namespace part of the child

  • @382946rthu
    @382946rthu 6 років тому

    You can do that because lions base class is animal

  • @382946rthu
    @382946rthu 6 років тому

    Virtual tells it to use the method of the child class