what is opps?why it is use in programming language?

Answers were Sorted based on User's Feedback



what is opps?why it is use in programming language?..

Answer / giri prasad.thota

oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.

Is This Answer Correct ?    10 Yes 3 No

what is opps?why it is use in programming language?..

Answer / mahav17

opp is a object oriented programming language.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is a linked list?

7 Answers   IBM, Neural Info,


Which is not an object oriented programming language?

0 Answers  


What is polymorphism in oops with example?

0 Answers  


Why do we need oop?

0 Answers  


Why do while loop is used?

0 Answers  






#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


Can we override main method?

0 Answers  


What is class and object in oops?

0 Answers  


Can private class be inherited?

0 Answers  


What is methods in oop?

0 Answers  


what is the difference between virtual function and destoctor?

1 Answers  


What is R T T I ?

6 Answers   Ness Technologies,


Categories