In this page, we will learn about basics of OOPs. Object Oriented Programming is a paradigm that provides many concepts such as inheritance, data binding, polymorphism etc. An object in OOP has some state and behavior. In Java, the state is the set of values of an object’s variables at any …
Read More »