what is the exact full form of OOPS,O -> object O ->
oriented P -> programing S-> ? ....
Answer Posted / 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 |
Post New Answer View All Answers
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
what is best way to create a Thread class & why?
what is the current salary package in India for a lamp programmer
< No Frames > tag is used for
what is delegate and how works delegate and event.
How will you prove that java swing is multithreaded?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
What is the use of Differ interface check box in Ship confirm?
Write a program to create a process in UNIX
Code for display the images from drive using vb 6.0?
Tell me the jobs for the MCA Fresher in delhi, Noida..
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
what is web service in java? have u use before.
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik