What is oops in simple words?



What is oops in simple words?..

Answer / Deepshikha Chauhan

Object-Oriented Programming (OOP) is a programming paradigm that focuses on organizing code around objects, which are instances of classes that define their properties and behaviors. In OOP, objects interact with each other to form complex systems, promoting modularity, encapsulation, abstraction, inheritance, and polymorphism.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What does and I oop mean?

1 Answers  


What is difference between oop and pop?

1 Answers  


What are the types of abstraction?

1 Answers  


what is the function of 'this' operator ?

7 Answers   Wipro,


what is the drawback of classical methods in oops?

1 Answers  


define oops with class and object

5 Answers   HCL, Tech Mahindra,


What is pointer in oop?

1 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


What is the real time example of inheritance?

1 Answers  


Why oops is important?

1 Answers  


what is difference between c++ language and java language

5 Answers  


what is the new version of oops

0 Answers   Ignou,


Categories