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
what is the current salary package in India for a lamp programmer
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
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.
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
Which design patterns have you used?
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'.
how to generate dsnless connectivity in j2ee
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what are the topics choosen for jam round for interviews
what is apt_dump_score in datastage where it is useful
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
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?
How do you pass variables forwrd to future CECI sessions
Write a program to find duplicate number from array in minimum time complexity.
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?