A class-level security is one in which a caller can call any method of any instance of a class. The declarative security is a class-level security. It is different from an instance-level security in which a caller is allowed to call methods of only a particular instance of a class. Programmatic security is an instance-level security.
Responses to “What is the class level security?”