/CS-F213---OOP

This contains my solutions to Labs of Object Oriented Programming course for year 2019-20

Primary LanguageJava

CS-F213---OOP

This contains my solutions to Labs of Object Oriented Programming course (Java), held in BITS PILANI, Goa for CS students in the academic session 2019-20.

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures. A feature of objects is an object's procedures that can access and often modify the data fields of the object with which they are associated