What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / kirti joshi
pop focus more on function
oop focus on data
oop deals with real world object
In pop error detection is dificult as we cant know which
variable is associated with which function
in oop we can specify with the object tht which variable is
associated with which function
objects in oop creates many modules of program which is
flexible and easier to execute and also understand
OOP provides inheritance in which features can be added to
existing classes without modification
| Is This Answer Correct ? | 91 Yes | 26 No |
Post New Answer View All Answers
Any real time example of O2C process from taking order till creating invoice.
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
can we retrieve only integer/String type columns from a table,if yes how?
what is the filters in biztakk server? where it can use?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
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.
when we use mantis? how learn mantis?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
how to generate dsnless connectivity in j2ee
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
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
sample code for data transfer between two r/2 systems and r/3 systems?