What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / ajeet
example fourwheeler
pop= fourwheeler drive without staring...... move all parts
oop= drive fourwheeler with staring ...staring move -> move
all parts..........
| Is This Answer Correct ? | 16 Yes | 13 No |
Post New Answer View All Answers
what is web service in java? have u use before.
what are all the validation we need to perform in data stage?
in IBM PC -AT.WAT AT REFERS TO?
Difference between debugging, running, executing of an application
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.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?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
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 is the BAM? where we can use it in BizTalk server?
why not instantiating servet using new operator?
What are two of your strengths that you will bring to our QA/testing team?
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)