Welcome to the "OOPS-LAB" repository! This repository is a collection of assignments related to Object-Oriented Programming (OOP) concepts. These assignments are designed to help you grasp fundamental and advanced principles of OOP using Java.
Upon successful completion of this Lab, you will:
- Learn key concepts of object-oriented programming, such as class, constructor, overloading, inheritance, and overriding.
- Basic Standalone application Programming in JAVA.
- Understand the wrapper class, vectors, arrays in JAVA.
- Develop interfaces - multiple inheritance, extending interfaces.
- To compile a java file:
javac filename.java
- To compile a java package file:
javac -d . filename.java
- To run a java file:
java filename
Feel free to explore the assignments at your own pace. If you have any questions or suggestions, don't hesitate to open an issue.
If you'd like to contribute to this repository, you can fork the project, create a new branch, make your changes, and then submit a pull request. Your contributions are highly appreciated!
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding!