This repository houses the code for everything related to OOPs concepts, written in Java.
To initialize a new maven project we must run the following command,
mvn archetype:generate -DgroupId=com.raveenaingale -DartifactId=oops -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false