71. If one intends to create a model that will be assumed by a number of closely related objects, which class must be used?
72. If your object must inherit behavior from a number of sources you must use a/an
73. Which method is used to tweak an object’s cloning behavior?
74. Which feature allows us to call more than one method or function of the class in single instruction?
75. Which magic method is used to implement overloading in PHP?
76. A package is a set of related _________
77. Till which version of PHP, developers were forced to name their files in a global context?
78. Which of the following can you place inside a namespace?
1. classes
2. functions
3. variables
1. classes
2. functions
3. variables
79. Which one of the following is the correct way of declaring a namespace?
80. Which symbol is used to declare nested namespaces?
Read More Section(Object Oriented Concept)
Each Section contains maximum 100 MCQs question on Object Oriented Concept. To get more questions visit other sections.