What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / varaprasad
Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.
Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
What is the highest level of cohesion?
What is the example of polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are objects in oop?
What is meant by oops concept?
What is destructor example?
Get me a number puzzle game-program
Are polymorphisms mutations?
Whats oop mean?
What is oops in simple words?
What is the purpose of enum?
What are two types of polymorphism?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How can you overcome the diamond problem in inheritance?