what is oops

Answers were Sorted based on User's Feedback



what is oops..

Answer / lilly

Oops is a object oriented programming language. The whole
program structure is depended on the real world entity
called object. It has many features like inheritance,
polymorphism, data binding, abstraction , encapsulation
etc. It is very convinient to write programs in oops
compared to non-oops. whole program is oriented by the
object. There is nothing to do with the program without
object in object oriented programming. As the objects plays
main role and controls overall program, Hence the name
oops.

Is This Answer Correct ?    27 Yes 3 No

what is oops..

Answer / bujji

object oriented programming structure

Is This Answer Correct ?    15 Yes 7 No

what is oops..

Answer / revathi

oops is a object oriented programming language.
the main aim is to creating an object to the entire program
and that to we can control the entire program using the object
the main feature of oops is polymorphism,multiple
inheritance,abstraction and encapsulation

Is This Answer Correct ?    2 Yes 0 No

what is oops..

Answer / thirupathi raju

O:object
O:oriented
P:programing
S:structure

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is encapsulation example?

0 Answers  


What are the OOPS concepts?

106 Answers   A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,


A file pointer always contains the __________ of the file

5 Answers  


What is basic concept of oop?

0 Answers  


what is inline function?

3 Answers  






What is pointer in oop?

0 Answers  


How is polymorphism achieved?

0 Answers  


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


What is inheritance and how many types of inheritance?

0 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


What is the real time example of inheritance?

0 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


Categories