what is the exact full form of OOPS,O -> object O ->
oriented P -> programing S-> ? ....
Answers were Sorted based on User's Feedback
Answer / surya sharma
object oriented programing and system is right becouse A system may be based on objects or procedurs like programing style
these properties are same.
| Is This Answer Correct ? | 5 Yes | 13 No |
Answer / kothamasu manikanth kumar
OBJECT ORIENTED PROGRAMMING SYNTAX
| Is This Answer Correct ? | 2 Yes | 11 No |
Answer / vijith
o->Object
o->Oriented
p->Programming
&
s->Systems
http://innovationplanet.wordpress.com
| Is This Answer Correct ? | 4 Yes | 20 No |
Answer / ajith kumar
o -> object
o -> oriented
p -> programming
s -> it is only for easy pronunciation.
| Is This Answer Correct ? | 13 Yes | 33 No |
Who is the Best SAS/Clinical Trainer in Hyderabad
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?
In java without use of main() how to execute the program
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
Write a program to swap the content of two variables without using a third variable.
you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?
2.Different data types in C? and its value and range?
Write a shell program to test whether a given year is leap year or not ?
How to rename A1-A30 datasets into B1-B30 using macros?
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
Define Abstract method & class with Example
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.