What are the main differences between procedure oriented
languages and object oriented languages?

Answer Posted / hbp sandeep

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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is byval and byref? What are differences between them?

1693


What is encapsulation in simple terms?

545


Why do we need oop?

673


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1656


What are oops functions?

590






What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1993


Can we define a class within the interface?

559


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2040


Can a destructor be called directly?

609


Why is polymorphism used?

588


Why we use classes in oop?

589


What is the difference between a mixin and inheritance?

527


class type to basic type conversion

1843


What is polymorphism and example?

594


Why is object oriented programming so hard?

618