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
what is web service in java? have u use before.
why not instantiating servet using new operator?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
it is a language or tools?
can we use commit,rollback in triggers and how?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
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?
Explain polymorphism. Provide an example.
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
What r the attributes using in Win Runner?
what is meant by life cycle of a business
what is difference between object oriented programming structure and object oriented programming system?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
What is Negative testing?