what is oops?

Answers were Sorted based on User's Feedback



what is oops?..

Answer / pushplata mishra

oops is an object oriented programs
there is some features of OOPs.
which are
1- Encapsulation
2-Abstraction
3-Polymorphism
4-Inheritance

Is This Answer Correct ?    7 Yes 1 No

what is oops?..

Answer / mustafa

OOP means object oriented programing.That allow us
Data abstraction,inheritance,polymorphism,data
encapsulation.

Is This Answer Correct ?    5 Yes 1 No

what is oops?..

Answer / satish konduru

OOP means Object Oriented Programming....which creates
every thing in the form of ojects, based on appropreate
classes. these will provide us with abstraction,
polymorphism, encapsulation, inheritence.

Is This Answer Correct ?    4 Yes 0 No

what is oops?..

Answer / gayathri

oops is object oriented programming which is a special
concept handled by c++. In which everything wil be in the
form of object. The main cocepts under oops are
*class
*object
*data abstraction
*Encapsulation
*Dynamic dinding
*Message passing

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.

1 Answers   Oracle,


what is the difference between set and append?

3 Answers   ICICI,


Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .

1 Answers   Hughes,


why we use static with only main()class not with other class

2 Answers   TCS,


what is meaning of MDM in sap?let me know that meaning

0 Answers  






What is procedural oriented language language..? give some examples of this language....?

0 Answers  


hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP

1 Answers   IBM,


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

0 Answers  


design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

3 Answers   College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,


what is the difference between an application and service??? i mean service which runs as in services.msc.

2 Answers  


how do we provide security for web services

0 Answers  


Categories