Tech Mahindra Interview Questions & Answers | Tech Mahindra Interview Preparation 2025 | Intellipaat

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 9

  • @Programmergb
    @Programmergb 2 месяца назад +1

    thanks 💯

    • @Intellipaat
      @Intellipaat  2 месяца назад

      You're welcome! We're happy you found the video helpful.

  • @KapilKumar-pk9vz
    @KapilKumar-pk9vz 4 месяца назад

    Good Evening and Thank you Mam

    • @Intellipaat
      @Intellipaat  4 месяца назад

      Thank you for dropping the comment. Do subscribe to the Intellipaat RUclips channel to come across more videos like this one.

  • @yashenhansana-t6w
    @yashenhansana-t6w 4 месяца назад

    Узнал много нового про альткоины. Крутые перспективные монеты.

  • @akanksharai8929
    @akanksharai8929 4 месяца назад

    • @Intellipaat
      @Intellipaat  4 месяца назад

      Do subscribe to our RUclips channel to come across more videos like this.

  • @arunkumaar4811
    @arunkumaar4811 3 месяца назад

    in this video there is no explanation for method roerriding explanation you are given olny for method overloading in this video...?

    • @Intellipaat
      @Intellipaat  3 месяца назад +3

      Here's a Short explanation about Method Overriding: Method overriding occurs when a subclass provides a specific implementation for a method that is already defined in its parent class. It allows the subclass to modify or extend the behavior of the inherited method. The method in the subclass must have the same name, return type, and parameters as in the parent class.