Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.65 KB

README.md

File metadata and controls

71 lines (55 loc) · 1.65 KB

oopjava

Java Programs for my College

Table of Contents
  1. About The Project
  2. Getting Started
  3. Syllabus

About The Project

This Project contains all the Java Programs that are required in my College.

Getting Started

To setup a working environment to execute the files, follow the steps given below.

Prerequisites

An IDE like IntelliJ or Eclipse. JDK version 17+

Installation

To get all the files present in the repository, clone the project to your desktop. Follow the steps given below:-

  1. Open Command Prompt or Terminal on Windows/Mac/Linux.
  2. Use following Code to Clone the repo
    git clone https://github.com/adi-075/oopjava.git
    

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: (https://github.com/adi-075/oopjava)

Syllabus

  1. Classes and Objects
  2. Methods and Constructors
  3. Overloading and Overriding
  4. Inheritance and Abstract Class
  5. Packages and Inheritance
  6. String Handling
  7. GUI Programming