Knowledge Check #3

Object Oriented Programming — 4 pts max

  1. This is when an object instantiated from a child class can call methods defined in the parent class. [1 pt]
  2. What would the first line look like for a child class called Salary, which is derived from a parent class called Employee? [3 pts]


Comments are closed.