If You Omit The Visibility Keyword In Your Method Declaration #298
If you omit the visibility keyword in your method declaration, by default the method will be declared as ____________
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Object Basics - Quiz No.1.
If you omit the visibility keyword in your method declaration, by default the method will be declared as ____________
public
private
protected
friendly