Dictionaries are indexed by ? - keys, Keys are of which type? - Keys are any immutable type: e.g., tuples. but not lists (mutable!), How to delete an entry in dictionary? - Elements can be deleted using del operator., Classes are building blocks of which type of programming paradigm? - Classes are essential building blocks of Object Oriented Programming (OOP) and OOAD (Object Oriented Analysis And Design)., What is the relationship between Class and Object? - Classes are used to create objects. Objects are instances of the classes with which they were created., Can an object access any attribute from the class? - Yes! When objects are created by a class, they get the class attributes and methods., Which order is used to prevent name collision in case of a diamond inheritance? - To prevent name collision with duplicate methods from common ancestor class (also known as diamond inheritance) methods are search in consistent left to right order.,

Python week 4 Quiz Flash Cards

Leaderboard

Flash cards is an open-ended template. It does not generate scores for a leaderboard.

Visual style

Options

Switch template

Continue editing: ?