jjones-99 / cs4500-sp2020-a1-part2-jones-tam

Jackie Tam and Jared Jones' work for Assignment 1: Part 2 of Software Development in Spring 2020.
0 stars 2 forks source link

Remove Virtual please :) #9

Closed chitalian closed 4 years ago

jjones-99 commented 4 years ago

This doesn't change anything. Even if virtual is not provided in these signatures, they are still virtual because they are virtual methods inherited from Object.

Removing the virtual keyword in these signatures might save a few letters of typing, but reduces clarity.

In fact, I think some compilers might complain if the virtual isn't included.