what is the exact full form of OOPS,O -> object O ->
oriented P -> programing S-> ? ....
Answer Posted / shiva
O -> object
O -> oriented
P -> programing
S -> Structure
| Is This Answer Correct ? | 99 Yes | 24 No |
Post New Answer View All Answers
What is ur porject Architecture? If anyone ask what i have to specify here..
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
what is the basic and unique feature of dotnet
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
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)
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
is it acceptable if we declare multiple exceptions in same overridden method.
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
what is the purpose of checked Menu options
Is class is a abstract datatype in java?
Explain polymorphism. Provide an example.
Difference between views and index in sas programming
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.