Skip to content

Commit

Permalink
- FYI @Wingman4l7 I added Java question to quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Oct 3, 2020
1 parent 94a9553 commit 6358874
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/java-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,9 @@ class Main {
- A runtime exception is thrown. <<<<---Correct
- The code does not compile.
- "ello"

#### Q31. Object-oriented programming is a style of programming where you organize your program around ____ rather than ____ and data rather than logic.
- [ ] functions; actions
- [ ] objects; actions
- [ ] actions; functions
- [ ] actions; objects

0 comments on commit 6358874

Please sign in to comment.