function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pavan kumar 546Pavan kumar 546 

What is the real use of Extensions in Visualforce can any one explain please?

Best Answer chosen by Pavan kumar 546
James LoghryJames Loghry
To add to Andy Boettcher's comment, extensions can also be used to override methods in standard controllers such as save, edit, and delete.

All Answers

Andy BoettcherAndy Boettcher
An Extension is an APEX class that augments the standardController functionality on a Visualforce page.
James LoghryJames Loghry
To add to Andy Boettcher's comment, extensions can also be used to override methods in standard controllers such as save, edit, and delete.
This was selected as the best answer