Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 291 Bytes

short-response.md

File metadata and controls

11 lines (5 loc) · 291 Bytes

Problem Set 4-5

Classes and Inheritance

1. What is inheritance in programming?

2. In a code snippet, demonstrate inheritance by creating two classes where one is the parent class and one is the child class.

3. What is polymorphism? Show an example in a code snippet.