what is oops

Answers were Sorted based on User's Feedback



what is oops ..

Answer / satyagmk

Opps is Object oriented programming language.
The main aim is to creating an Object to The Entire program
and that to we can control entire program using the Object.
the main features of OPPS is Polymorphism,Multiple
Inheritence,abstraction and encapsulation.

Is This Answer Correct ?    47 Yes 8 No

what is oops ..

Answer / sandeep

Opps is Object oriented programming language.
it is technique communication takes place between objects. they interact by sending message to each other.

Features:
object,classes,inheritance,data abstraction,data encapsulation,polymorphism,overloading,reusability.

Is This Answer Correct ?    23 Yes 5 No

what is oops ..

Answer / abhi

In the OOP's concept we devide our project in different
modules(also called a classes) and then create a object for
particular module and with the help of this object, we use
the functionality of particular module. In OOP's concept we
can't do anything without an Object.

Is This Answer Correct ?    15 Yes 5 No

what is oops ..

Answer / hemu

oops is object oriented programming language.
whole program depends upon a object created.
it has many features like as polymorphism,
inheritence,encapsulation,abstraction

Is This Answer Correct ?    7 Yes 3 No

what is oops ..

Answer / pawan kumar

oops mean's everything in happen with the help of Object and
classes.oops provide new feature such as
polymorphism,Inheritance and Encapsulation.both provide new
functionality to oops.basically the classes are execute with
the help of object.

Is This Answer Correct ?    3 Yes 0 No

what is oops ..

Answer / ravi kumar

OOPS measn Object oriented programming system or paradigm system
oops has three most basic concept class, object and method
and however are a few more concept that you will want to
familiar with that.these are inheritance, polymorphism,
abstraction and encapsulation.

Is This Answer Correct ?    2 Yes 0 No

what is oops ..

Answer / jafer

object oriented programming language is mainly to used by
an object..it is a robust one, anything from the program we
can access through the object only..without the object we
can't access the program . the oops concepts are
Encapsulution,Polymorphism.

Is This Answer Correct ?    4 Yes 3 No

what is oops ..

Answer / alka

IMPLEMENTATION OF PROGRAMMING OF OBJACT.
THAT IS CALLED OOPS.

Is This Answer Correct ?    7 Yes 6 No

what is oops ..

Answer / yasir

oops is object oriented programming languages which consist
an objects through which we can manage and control the
program by that object and also they facilitate for
abstraction,encapsulation,polymorphism and inheritance the
object of program....

Is This Answer Correct ?    1 Yes 0 No

what is oops ..

Answer / sachin

It is a process through which we can divide a complicated
program into modules and allocate particular memory area for
each data member and functions. And we can make templates on
our own interest by using these modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM DCOM Interview Questions

What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


Which tool is used to configure the port range and protocols for DCOM communications?

1 Answers  


What are queued components?

0 Answers  


Differentiate normal DLL to COM DLL

7 Answers   Talisma,


Explain transaction atomicity?

1 Answers  






What is the difference between aggregated and contained objects?

0 Answers  


C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?

2 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

0 Answers  


how to call a dll as a COM dll?

0 Answers  


how do you know it is general dll or com dll

5 Answers  


What is reference counting in com?

0 Answers  


What kind of components can be used as DCOM servers?

1 Answers  


Categories