Select from following answers:- Classes that have validation attributes applied to class methods
- Classes that contain multiple constructors
- Classes that are sealed.

- All Above
A sealed class cannot be used with proxies. You must remove the sealed modifier to use with proxies.
A class can implement multiple constructors as long as one has no parameters. This will not prevent proxy creation.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator