Skip to content

Commit

Permalink
Update object-oriented-programming-quiz.md (Ebazhanov#2630)
Browse files Browse the repository at this point in the history
Adding new question and its correct answer that i encountered in the oop linkedin assesment test at 13/11/21
  • Loading branch information
SyedAtifAli authored Nov 14, 2021
1 parent 6394db7 commit 90af612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oop/object-oriented-programming-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,3 +483,10 @@ _NOTE_: I don't have 4th variant in my test, it changed to new 5th variant. Is i
- [ ] Memento defers the exact steps of an algorithm to a subclass. Observer defines a new operation to a class without change.
- [ ] Memento alters an object's behavior when its state changes. Observer encapsulates an algorithm inside a class.
- [x] Memento captures and restores an object's internal state. Observer notifies multiple classes of changes.
#### Q65. What does the value (0.5,0.5,0.5) indicate in the class diagram specification position: Coordinate = (0.5,0.5,0.5)?
- [ ] a default value of the Coordinate attribute
- [ ] the size of the position array
- [ ] an increment of the position attribute vlue
- [x] a default value of the position attribute

0 comments on commit 90af612

Please sign in to comment.