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
what type of questions
Why do we need polymorphism in c#?
Templates mean
What is new keyword in oops?
write knight tour problem which is present in datastructure
Why do we use polymorphism in oops?
What is the difference between encapsulation and polymorphism?
write string class as your own class in java without using any built-in function
What is polymorphism and why is it important?
What are the 4 pillars of oop?
What are constructors in oop?
is there any choice in opting subjects like 4 out of 7
Can main method override?
Can destructor be overloaded?
What is the purpose of enum?