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
MaheshReddyMaheshReddy 

Apex class order of Excution

which on excute first ?
1.class                                      7.Normal variables.
2.constractor.                            8.Normal methods(Void methods)
3.getter
4.setter
5.static variables
6.static methods.
can any one explaine me .
 
ashishashish
first class executes thn Constructor executes then variables are intialised ,
methods  executes as they are called from the class or some other class for static methods