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
brijender singh rathore 16brijender singh rathore 16 

Can somebody provide me wrapper class trailhead link cause I am unable to find it there.

Once I login in it show me limited trailhead. Search function is also not working 
AbhishekAbhishek (Salesforce Developers) 
Wrapper Class in Apex Salesforce: A wrapper or container class is a class, a data structure, or an abstract data type which contains different objects or collection of objects as its members. A wrapper class is a custom object defined by the programmer wherein he defines the wrapper class properties.


For further reference, you can check this too,

https://www.sfdcpoint.com/salesforce/wrapper-class-in-apex/#:~:text=Wrapper%20Class%20in%20Apex%20Salesforce%20%3A%20A%20wrapper%20or%20container%20class,defines%20the%20wrapper%20class%20properties.


See the example below, 

http://2.bp.blogspot.com/-p8zeAeNXvNg/UgtB0_IbsNI/AAAAAAAAAqM/XVaKMjBu2s4/s1600/visualforce_wrapper_class.JPG

Also, see the blogs for the wrapper class code below and further information, 

http://sfdcgurukul.blogspot.sg/2013/08/what-is-wrapper-classhow-to-use-it-in.html

http://www.minddigital.com/what-is-wrapper-class-and-how-to-use-it-in-salesforce/


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
brijender singh rathore 16brijender singh rathore 16
Thanks abhishek.
Can you have a link where we have salesforce specific solved examples related to wrapper class  because on Net there is very less informaiton about it.