Skip to content

Commit

Permalink
Object-Oriented Programming (OOP) #4411 (#4421)
Browse files Browse the repository at this point in the history
* Object-Oriented Programming (OOP) #4411

* Object-Oriented Programming (OOP) #4411
  • Loading branch information
Just2Deep authored Sep 22, 2022
1 parent 888ff1a commit 84e6d46
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 @@ -704,3 +704,10 @@ public class Honda extends Car{}
- [ ] overloading member functions
- [x] static member functions
- [ ] overloading predefined operator
#### Q93. How many levels does multilevel inheritance allow in a program?
- [ ] only 10 levels of inheritance
- [ ] as many levels of inheritance as required within 10 minutes
- [ ] as many levels of inheritance as required
- [x] only the amount of levels memory permits, divided by processor speed

0 comments on commit 84e6d46

Please sign in to comment.