Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

alikashani

Member since
alikashani

Recent Docs Activity

View all activity
Page Date Comment

Quickly Learn Object Oriented Programming


executive is not an instance or subinstance of class SpecialExecutiveAccount and thus evaluates to False, not True.

Quickly Learn Object Oriented Programming


Instantiation of ExecutiveAccount class requires a 'name' parameter passed in. Otherwise a TypeError is thrown.

Quickly Learn Object Oriented Programming


Quickly Learn Object Oriented Programming


When creating an instance of the BankAccount class, a 'name' needs to be passed into the class. Otherwise a TypeError is thrown.