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 is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


Explain queued components.

2 Answers  


How do we create dcom object in vb6?

0 Answers  


Define and explain COM?

8 Answers   Microsoft,


hi,I have applied for NIC test plz if any one have test paper pattrn plz send me on "mn_mayank38@yahoo.co.in"

1 Answers  






Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)

1 Answers   Wipro,


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


What kind of components can be used as DCOM servers?

1 Answers  


Define and explain about COM?

0 Answers  


Does .net replace com?

0 Answers  


How can would you create an instance of the object in COM

2 Answers  


how you call a dll as a COM dll.

2 Answers  


Categories