thepurpleowl / House-of-Codes

A repository to collect the solutions to all Competitive platform problems, only to be used as reference/practice.
9 stars 30 forks source link

Inheritance in java. #58

Closed aniketprasadgit closed 3 years ago

aniketprasadgit commented 3 years ago

A java program using inheritance, class Bicycle is a base class, class MountainBike is a derived class which extends Bicycle class and class Test is a driver class to run program

thepurpleowl commented 3 years ago

Please update the README also.

thepurpleowl commented 3 years ago

PR doesn't follow directory structure.