Skip to content

Commit

Permalink
Added reference for Q66 of OOP quiz (Ebazhanov#2733)
Browse files Browse the repository at this point in the history
* Fixed variable names in Q9 for OOP quiz

* Fixed dictation and correct answer of Q34 of OOP

Inside the body of a static constructor, only static members of a class are accessible.

* Fixed Q35 of OOP quiz dictation

* Update object-oriented-programming-quiz.md

* Update object-oriented-programming-quiz.md

* Updated Q62 of OOP quiz

The choices are a copy of Q61 and are thoroughly irrelevant to Q62

* Fixed dictation of a choice in Q65 of OOP quiz

* Added two new questions (Q66, Q67) for OOP Quiz

* Added reference for Q66 of OOP quiz
  • Loading branch information
masoudk1990 authored Dec 6, 2021
1 parent 5f29975 commit 71e744d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oop/object-oriented-programming-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ public class Tesla extends FlyingCar{}
public class Honda extends Car{}
```
[reference link](https://stackoverflow.com/a/44913313/1573267)
#### Q67. What is the difference between a parameter and an argument?
- [ ] An argument can have many values while a parameter can have only one value.
Expand Down

0 comments on commit 71e744d

Please sign in to comment.