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 |
What is the difference between COM and CORBA?
How do i find out the number of parameters passed into function?
how can i create report in abap to insert data in table pa0002 using insert command
why we use new keyword for object
How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 Answers R V College of Engineering, University of Jordan,
shall we execute our java programmes in jre
what is session state?
What is meaning of web application. & the purpose of web application. with description.
Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
how to convert hashmap to arraylist with iteration
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
what are all the ant command options