Question:What are the three access modifiers that you can use in PHP objects?
A protected B public C static D private E final
+ AnswerA B D
+ Report