Knowledge Check #1

Object Oriented Programming — 7 pts max

  1. To get on the leaderboard: [1 pt]
    • Scroll down to the Enter Flag box
    • Choose challenge Q1
    • Enter your name (or alternative designation you’ll use for all challenges)
    • Enter the word flag for the flag.
    • Click Submit button
    • After reviewing feedback, click the back link
  2. What is like a blueprint for making objects? [1 pt]
  3. In Python’s Math object, what is pi? [1 pt]
  4. In Python’s String object, what is count? [1 pt]
  5. What is it called when you create an object from a class? [1 pt]
  6. What do we call the fact that we don’t know how class methods accomplish their tasks? [1 pt]
  7. This contains methods and properties. [1 pt]


Comments are closed.