
Principles of Object-Oriented Design Quiz

Quiz
•
Other
•
University
•
Medium
Crackify Crackify
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does the following code follow the Single Responsibility Principle? class Report { void generateReport() {} void printReport() {} void saveToFile() {} }
Yes
No
Partially
Depends on implementation
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does the following class violate the Open/Closed Principle? class Shape { double area(String type) { if (type.equals("circle")) {} else if (type.equals("square")) {} return 0; } }
Yes
No
Not Sure
Depends
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Is the following design correct according to Liskov Substitution Principle? class Bird { void fly() {} } class Ostrich extends Bird { void fly() { throw new UnsupportedOperationException(); } }
Yes
No
Depends
Not Sure
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does the following code violate Interface Segregation Principle? interface Worker { void work(); void eat(); } class Robot implements Worker { public void work() {} public void eat() {} }
Yes
No
Partially
Not Sure
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does this follow Dependency Inversion Principle? class Light { } class Switch { Light light; void toggle() {} }
No
Yes
Partially
Depends
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does the following violate SRP? class UserManager { void createUser() {} void sendEmail() {} }
Yes
No
Depends
Not Sure
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The following interface violates which principle? interface MultiFunctionDevice { void print(); void scan(); void fax(); }
SRP
LSP
ISP
DIP
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Indian contract act 1982

Quiz
•
University
15 questions
Quiz Planet (Round-1)

Quiz
•
University
18 questions
MIDTERM EXAM

Quiz
•
University
20 questions
Rainbow Friends (Chapter 1)

Quiz
•
University
15 questions
Arbitration

Quiz
•
University
20 questions
MSDS

Quiz
•
University
20 questions
Java programming

Quiz
•
University
20 questions
Business Law test 6

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade