what is the exact full form of OOPS,O -> object O ->
oriented P -> programing S-> ? ....

Answer Posted / munish kumar

Most Appropriate
OOPS : Object Oriented Programming System

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the current salary package in India for a lamp programmer

1969


could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1708


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.

2519


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

1637


Which design patterns have you used?

1638






In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.

1928


how to generate dsnless connectivity in j2ee

1616


what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com

1787


what are the topics choosen for jam round for interviews

1267


what is apt_dump_score in datastage where it is useful

1590


write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe

1643


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1588


How do you pass variables forwrd to future CECI sessions

4157


Write a program to find duplicate number from array in minimum time complexity.

728


Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?

1572