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
Advantage and disadvantage of routing in telecom sector
Why do we use oops?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What does and I oop mean in text?
What is overloading in oops?
What is encapsulation in oops?
What is the purpose of enum?
Why is abstraction needed?
can we make game by using c
Which method cannot be overridden?
What is an advantage of polymorphism?
What does no cap mean?
Why is encapsulation used?
What is property in oops?
What is inheritance in simple words?