What is OOPS? Ans:Lets say my college has 10 students and each students will have some property like age, name and roll Number. Now every student have these 3 properties , so what I will do in normal term , I'm creating a student 1 and I'll say student1 have these 3 property ,every time when I'll create a student I'll say every student have these 3 property but this is not a efficient solution, we dont want to add that. Instead of this what we will do will create a seperate class or just like a form and template , okay so student ? so whatever student is, his age will be, his name will be, his roll number will be. Now you want to create another students lets use this template to use these copy. So hamne ek blueprint or template banake rakh diya hai which we have going to create actual student object this is just a formula of a student Like uski property. In object oriented programming will say class , This is a class each of these individual instance is a OOPS.