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
What is Negative testing?
how to add a new table with variables and thier values into a imported file uisng proc import?
what are resources in case of Threads
why we need to take u?
what is the diffrence between software and hardware language?
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
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 do i add a column dynamically in a table by using java application?
Is the IT field raise again? What is the position of IT after 4 years?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Write a program to find whether a given number is prime or not.
what is the difference between read the data from table and infotype
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
hoe to data grid use in sql server 2000?
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there