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
hoe to data grid use in sql server 2000?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
how do i add a column dynamically in a table by using java application?
Difference between views and index in sas programming
in IBM PC -AT.WAT AT REFERS TO?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
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.
where is available in this mantis toturials?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
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 can i create report in abap to insert data in table pa0002 using insert command
What are events in smartforms?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
Explain what is OOPS and its concepts?
how to convert hashmap to arraylist with iteration