71.
Which of the following is/are true for an abstract class?
1. A class is declared abstract by prefacing the definition with the word abstract.
2. A class is declare abstract by using the keyword implements.
3. It is a class that really isn’t supposed to ever be instantiated but instead serves as a base class.
4. Attempting to instantiate an abstract class results in an error.

75.
Which feature allows us to call more than one method or function of the class in single instruction?

77.
A package is a set of related _________

78.
Till which version of PHP, developers were forced to name their files in a global context?

79.
Which of the following can you place inside a namespace?
1. classes
2. functions
3. variables

80.
Which one of the following is the correct way of declaring a namespace?

Read More Section(Object Oriented Concept)

Each Section contains maximum 100 MCQs question on Object Oriented Concept. To get more questions visit other sections.