Design Patterns in Salesforce (Ep. 2) - What is Object Oriented Programming (OOP)?

Поділитися
Вставка
  • Опубліковано 25 лип 2024
  • In this episode we go over what object oriented programming is, the basic building blocks of OOP and the 4 pillars/principles of OOP!
    Please consider donating to help continue to improve the content produced for Coding With The Force: www.paypal.com/donate?busines...
    Get Coding With The Force Merch Here: my-store-d20559.creator-sprin...
    Follow all of our social media here:
    Patreon: / codingwiththeforce
    Github: github.com/Coding-With-The-Force
    Facebook: / codingwiththeforce
    Twitter: / coding_force
    Instagram: / codingwiththeforce
    Salesforce development books I recommend:
    Advanced Apex Programming: amzn.to/3lXi8to
    Salesforce Lightning Platform Enterprise Architecture: amzn.to/2R0D4BQ
    Mastering Salesforce DevOps: amzn.to/3lTtTRN
    Apex Design Patterns Book: amzn.to/3DwqljP
    Good Non-SF Specific Development Books:
    Clean Code: amzn.to/35PuMDU
    Clean Architecture: amzn.to/35FYo6A
    Design Patterns: Elements of Reusable Object-Oriented Software Book: amzn.to/3LhvHBd
    -----------------------------------------------------------------------------------------------------------------------
    Table of Contents:
    0:00 - Intro
    2:05 - What is Object Oriented Programming?
    5:18 - The 4 Building Blocks of OOP
    10:38 - What is Encapsulation?
    15:09 - What is Inheritance?
    19:11 - What is Abstraction?
    23:14 - What is Polymorphism?
    32:51 - Outro
    DISCLAIMER: The views and ideas expressed on this UA-cam channel and blog are based on past development experiences and may not always work for your particular scenarios. The advice in these videos may also become outdated as technology advances. They should be used as examples for educational purposes only. Using any shown solutions in your own org is not advisable since they are example scenarios.
    #salesforce #salesforcedeveloper #salesforceadmin

КОМЕНТАРІ • 6

  • @richardharris4566
    @richardharris4566 Рік тому

    This is really good. Thanks!

  • @FrenchyRider574
    @FrenchyRider574 Рік тому

    Very helpful ! Thank you

  • @yuriibubis574
    @yuriibubis574 Рік тому

    Thank you for your work my friend!

  • @anshukas8321
    @anshukas8321 6 місяців тому

    Thankyou . Also, in which playlist of yours you have explained Abstraction in detail ?

  • @MrBenMhidi
    @MrBenMhidi Рік тому

    Thank you for your video
    I defined in visual studio an apex class which implement an interface
    Can you tell me please with which shortcut to load methods from the interface? I can do it only manually