Coding_Temple > OOP > Flashcards
What is OOPs?
OOPs stands for representing the Object-Oriented Programming system. Programs are treated as a collection of objects in oops. Each object is nothing but an example of a class.
Why use OOPs?