What Is Object Oriented Programming Language (OOPS) ?OOPS: As per the name Object Oriented Programming here in java programming if we write any program so for that we need a object or any kind of thing that is associated with some data as well as action. Without creating any object we cant write program that is called Object Oriented Programming Language.
What is object:Object is a collection of data member & data function, in easy way we can say object is a collection of data & data action. For Ex: if we take ball as a object then its Data is- Color, Size, Shape. Action: Move, Rotate.
Labels: What Is OOPS