Skip to content

Commit

Permalink
Add 1 unlisted question (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
sathir authored Jun 26, 2022
1 parent bde3622 commit ab5ff60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions php/php-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1100,3 +1100,10 @@ if( isset($user_info['url']) ) {
- [ ] 0.6666666666667
- [ ] 1
- [x] fatal error (division by zero)

#### Q90. Can you extend a final defined class?

- [x] No, because a final class or method declaration prevents child class or method overriding.
- [ ] Specialized versions of built-in classes can be extended by calling the parent's constructor.
- [ ] Yes, if a final class is defined as private in parent class.
- [ ] Yes, a final defined class can be used to declare constants.

0 comments on commit ab5ff60

Please sign in to comment.