what is oops?
Answers were Sorted based on User's Feedback
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 | 2 No |
Answer / mustafa
OOP means object oriented programing.That allow us
Data abstraction,inheritance,polymorphism,data
encapsulation.
| Is This Answer Correct ? | 5 Yes | 2 No |
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 | 1 No |
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 | 1 No |
The full form of oops is , Object Oriented Programming Structure, in that everything gets created as objects using a structure known as class. The Structure of class includes variables and methods those nothing but processes. This is the reason it is known as structural programming language and also used in c plus plus, an extension to the programming language c, in which the class and object concept is not available.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we use NEW operator when we create Object,While in C++ we donot ?
how sap is different from other software ?
What's the difference b/w Table & Templete in Smartform?
what are other resources are needed for this mantis?
what is lazy loading in hibernate?Explain in detailed manner?
what is delimiter in sas ?
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
What is the use of sas software? Is sas and sap are different?
What is Partial class and its use?