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 |
merge sort time complexity
6 Answers BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,
what is the difference between set and append?
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
why should i hire u
What is meant byStatic Variable ?
What is BASIS
Code for display the images from drive using vb 6.0?
How same session variable can be used in both Asp and Asp.net?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)