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

Answer Posted / debasish panda

O = OBJECT

O = ORIENTED

P = PROGRAMMING


S = STRUCTURE(not SYSTEM)

Is This Answer Correct ?    51 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?

2188


what is the difference between uservariables and systemvariables (in Environmental variables)???

1939


Why did you ever become involved in QA/testing?

1612


hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad

1398


WHAT IS MAIN IMPORTANT THING IN SOFTWARE?

1724






Display names and numbers of employees who have 5 years or more experience and  salary less than Rs.15000 using array of structures (name, number, experience and  salary)

4304


please any one pass file aid,xpeditor and endeavor tools

1889


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

1824


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2236


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.

2085


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

1582


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.)

598


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

1476


In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?

1517


3. What is the difference between testing and Quality Assurance?

1485