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

Explain transaction atomicity?

1 Answers  


where can i use pmcmd commands of informatica

1 Answers  


What is a moniker ?

3 Answers  


What are the different compatibility types when we create a COM component?

1 Answers   TCS,


Does .net replace com?

0 Answers  






Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

0 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


Explain queued components.

2 Answers  


What happens when client calls CoCreateInstance?

2 Answers   Cap Gemini,


How does a DCOM component know where to instantiate itself?

1 Answers  


Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

0 Answers  


what is oops

11 Answers   Accenture,


Categories