

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Php knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following is/are an exception? |
A. | OutOfRangeException |
B. | OverflowException |
C. | UnderflowException |
D. | OutOfBoundException |
E. | All of above |
Answer» F. | |
2. |
You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________. |
A. | static |
B. | protected |
C. | private |
D. | final |
E. | None of these |
Answer» E. None of these | |