Activity Forums Salesforce® Discussions What is Overriding in Salesforce?

  • Parul

    Member
    September 22, 2018 at 3:54 pm

    It is an object-oriented programming that enables the child class to provide different implementation for a method that is already implemented in its parent class.

    This is possible through only inheritance
    Multiple methods containing same name, same signature is inherited (virtual) and another is originated (over ride) in the child class

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos