What identifies a controller as being an extension? : salesforce visualforce
Answer / Shweta Paedey
{"extension": "In Visualforce, a controller is identified as an extension when it extends another Visualforce controller. This allows you to add new functionality or modify existing functionality of the original controller without replacing it. To create an extension, use the 'extends' keyword in the controller's declaration and specify the name of the controller being extended."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What are class constructors?
What is the use of the aura:method tag in lightning ? : salesforce lightning component
What are the static and dynamic dashboards? Can dynamic dashboards be scheduled?
What are the types of sharing rules in salesforce and explain it?
Does javascript remoting is part of view state ?
What is the use of the database class in apex ?
What is “transfer record” in profile?
Explain Class Access Modifiers in salesforce?
What is partial data sandbox?
What is queue? : salesforce workflows and approval process
What type of workflow alerts are there?
Why use batch apex?