(Hackerrank) HackerRank Python Certification Practice Test
Hackerrank - HackerRank Python Certification Hackerrank - HackerRank Python Object-Oriented Programming Basics Questions and Answers
Which of the following best describes the relationship between a class and an object in Python?
Select your answer
A
An object is a specific, concrete realization of a class.
B
A class is an instance of an object.
C
A class and an object are interchangeable terms for the same concept.
D
An object is a template used to create multiple classes.
Hint