Look at the code snippet in the screenshot. If you run the screenshot, what will happen?
[Python OOP] Inheritance, special function

Quiz
•
Computers
•
12th Grade
•
Hard
Zheng Liu
Used 4+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It will raise an error: Rectangle class does not have method "printMe" defined.
It will raise an error: Rectangle class is empty. Python does not allow that.
It will run, and print "Shape: generic shape" on screen.
It will run, but nothing will be printed on screen.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at this code snippet (screenshot). What will happen if you run it?
An error will occur: Rectangle class has two "printMe" methods. Cannot resolve which method to use.
It will print "Shape: generic shape" on screen
It will print "Shape: Rectangle" on screen
It will print two lines:
Shape: generic shape
Shape: Rectangle
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code snippet (screenshot). What happens if you run it?
An error will occur.
It will print "Shape Rectangle"
It will print:
Shape: Rectangle
shape: generic shape
It will print:
Shape: generic shape
Shape: rectangle
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code snippet. Note there's a blank "______" in the snippet. Suppose we would like to make "Shape" an abstract class, by keeping "printMe" method not implemented. Which option is correct to fill in the blank?
return NotImplemented
raise NotImplementError("printMe method not implemnted!")
return NotImplementedError("printMe method not implemnted!")
return None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Recall that Python str class support "+" operation: "abc" + "ef" => "abcef". Which special method must the str class have implemented?
def __str_ _
def str
def __add_ _
def __eq_ _
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
This code snippet shows the definition of "Stack" class. Which option(s) of the following is correct to get the size of the stack object s (assign to variable n)?
n = s.size()
n = s.len()
n = len(s)
n = len(s.__list)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the snippet for Stack class. What's the time complexity of "push", "pop" and "get" methods? (N: size of stack)
push: O(1)
pop: O(1)
get: O(1)
push: O(N)
pop: O(N)
get: O(1)
push: O(1)
pop: O(1)
get: O(N)
push: O(N)
pop: O(N)
get: O(N)
Similar Resources on Quizizz
10 questions
analysis of algorithm (lecture 2)

Quiz
•
12th Grade
10 questions
MOAC Excel 2016 Lesson 03

Quiz
•
8th - 12th Grade
10 questions
JS Practice Array & Function

Quiz
•
9th - 12th Grade
10 questions
Python Testing

Quiz
•
9th - 12th Grade
10 questions
GDScript Quiz - Lesson 3 - Conditional statements & Iteration

Quiz
•
12th Grade
10 questions
Quiz1_HPB2021_2010t1

Quiz
•
1st - 12th Grade
10 questions
RL Python Basics Quiz 1

Quiz
•
9th - 12th Grade
6 questions
Mod 3 Quiz 1

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade