what is the exact full form of OOPS,O -> object O ->
oriented P -> programing S-> ? ....
Answers were Sorted based on User's Feedback
Answer / shiva
O -> object
O -> oriented
P -> programing
S -> Structure
| Is This Answer Correct ? | 99 Yes | 24 No |
Answer / debasish panda
O = OBJECT
O = ORIENTED
P = PROGRAMMING
S = STRUCTURE(not SYSTEM)
| Is This Answer Correct ? | 51 Yes | 11 No |
Answer / sasi
O -> object
O -> oriented
P -> programing
S -> Structure
| Is This Answer Correct ? | 44 Yes | 8 No |
Answer / munish kumar
Most Appropriate
OOPS : Object Oriented Programming System
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / athira s
O -> object
O -> oriented
P -> programing
S -> Structure
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / rakesh yadav
First of All it is not OOPS, it is OOP. And full form of OOP is known to everyone which is
O - Object
O - Oriented
P - Programming
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satya narayan swain
0-OBJECT
O-ORIENTED
P-PROGRAMMING
S-SYNOPSIS
| Is This Answer Correct ? | 6 Yes | 7 No |
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
how to add Servlet-api.jar file into eclipse 3.3.2 ?
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
how pseudo column works?
What is web.configuration? how is it work? & wht is use this?
what is the diffrence between software and hardware language?
what type of exceptions & problems are faced in production time at java technology?
Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
what is difference between sap and java ?
Code for display the images from drive using vb 6.0?
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.