SIGN IN SIGN UP

Login to your account

Username or Email *
Password *
Remember Me
Apex Beginner Progress | ( Lessons)
%

Lesson: 02 Sets


 A Set is a collection type which contains multiple number of unordered unique records. A Set cannot have duplicate records. Like Lists, Sets can be nested.

Set<string> Colors = new Set<string>();
A set with it elements can be declared as the following.

Prev You need to login to have access to the quizzes. Next

Mastered by 163 users.

Apex Beginner

A. Apex Fundamentals (23 lessons)
B. Apex Collections (6 lessons)
Go to top