Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.47 KB

Purple-and-Black-Simple-Technology-Keynote-Presentation.gif

OOPS-LAB

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.

Course Outcomes:

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.

Important Commands:

  • 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.

Contributing

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!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Happy coding!