What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / rosey
where in the pop main program is divided into small part
depending on the functions where as in oops main program is
divided into small objects depending on the problem
| Is This Answer Correct ? | 24 Yes | 18 No |
Post New Answer View All Answers
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
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
Code for display the images from drive using vb 6.0?
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 for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
what is c sharp dotnet
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
What are the Short cut Keys of Tally ERP?
Colors specified with the notation
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
how to hide prompts
Diff between IF and where ?
when we use mantis? how learn mantis?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that