je suis allé sur cet url pour faire un petit tes avec mes connaisance en flex

http://adobe.knowledge.elementk.com/...=115486&type=1

je bloque avec cette question je sais pas ce qui ce passe il me semble que mes reponse sont correctes j'ai meme essayé plusieur combinaison aucune ne marche
bizarre non
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
Which of these are true with reference to access modifiers?   	  Incorrect
 
Your answer > 	
Access modifiers are keywords that define the scope of accessibility of functions and variables.
 
The private access modifier qualifies a variable or function to be available to all classes that try accessing it.	 
 
The protected access modifier restricts access of a variable or function to the specific instance where it is declared.
 
Your answer > 	
The private access modifier restricts access of a variable or function to the specific instance where it is declared.