Interface Implementation in VBA With Real Example

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Please contact for any project or VBA Automation.
    Contacts:
    Email: 1997ismail.hosen@gmail.com
    Whatsapp: +8801515649307
    LinkedIn: / md-ismail-hosen-b77500135
    Facebook: / mdismail.hosen.7
    RUclips: / @mdismailhosen8280
    File link: excelautomatio...
    First Video: • Importance and Uses of...
    Second Video: • Interface Implementati...
    Third Video: • Interface: String Mani...
    Fourth Video: • Interface: Export Data...

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

  • @SalaryAnsaree
    @SalaryAnsaree 8 месяцев назад +1

    Great this is new for me, i see first time ........... never seen before this type of videos on you Tube............ thanks

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

    Thank you so much for an explanation and a cool example of interface in Excel. Get subscribed!

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

    Thank you!

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

    Great video. I wasn’t aware of the implements function and it seems like it’s the best way to keep coding “clean” and readable.
    Can you tell me what you’re doing when you click on Rubberduck? I’m not familiar with that function.

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

      Thank you. It's an AddIn which has some useful feature. Look into their website for more details.

  • @hosseinmolhem3118
    @hosseinmolhem3118 7 месяцев назад

    Thank you for sharing your knowledge. It's been excellent. However, I am unable to access the file link provided.
    Could you please check the accessibility or share an alternative method to access the file?

    • @mdismailhosen8280
      @mdismailhosen8280  7 месяцев назад

      Thanks for your kind words. Sorry, my website is down for now. Will try to update you soon and reply to you in this comment thread.

  • @chandranshpandey1929
    @chandranshpandey1929 Месяц назад

    you can just define their types as IEmployee, in that way we are not dependent on contractual, permanent or temporary employee

    • @mdismailhosen8280
      @mdismailhosen8280  Месяц назад

      You are right and i have used IEmployee in the PrintBonus sub. But in the variable declaration i could use IEmployee but still when newing up we would need to use concrete implementation. I wanted to show case that if you declare them as concrete they could behave as IEmployee.

  • @yeahnick4260
    @yeahnick4260 5 месяцев назад

    for ur PrintBonus sub 8:09 the Emp argument could be a variant datatype and it would work aswell. so why should i do all that implementation stuff if i just could use a variant datatype variable ? would work in each situation aswell ?

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

      This is very simplified example. You can have complex logic and implementation for each of those sub type which you can't using just variant.

  • @SalaryAnsaree
    @SalaryAnsaree 8 месяцев назад

    give some real world examples for easy understanding .............. sorry !!! now this is bouncing of my mind