Skip to content

Commit

Permalink
add question (Ebazhanov#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyaGUPTA45 authored Jun 10, 2020
1 parent d6afcc6 commit bc95033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oop/object-oriented-programming-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ Object-Oriented Programming (OOP) Assessment
- Inheritance means that a group of related properties, methods, and other members are treated as a single unit or object.
- Inheritance forces a class to have a single repsonsibilitly from only one parent.
- Inheritance means that you will never have multiple classes that can be used interchangeably, even though each class implements the same properties or methods in different ways.

#### Q16 Which type of inheritance ,when done continuously, is similar to a tree structure?
-multilevel
-hierarchical and multiple
-hierarchical **<<--correct
-multiple

0 comments on commit bc95033

Please sign in to comment.