What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / sudesh
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 ? | 3 Yes | 4 No |
Post New Answer View All Answers
What does no cap mean?
What is the types of inheritance?
write string class as your own class in java without using any built-in function
State what is encapsulation and friend function?
is there any choice in opting subjects like 4 out of 7
What is variable example?
What is class and object in oops?
What is property in oops?
What is the fundamental idea of oop?
Why do we need polymorphism in c#?
What are objects in oop?
Write a c++ program to display pass and fail for three student using static member function
what are the different types of qualifier in java?
What is polymorphism what are the different types of polymorphism?
Why polymorphism is used in oops?