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 purpose of inheritance?
Where You Can Use Interface in your Project
program for insertion ,deletion,sorting in double link list
can inline function declare in private part of class?
Can static class have constructor?
What is interface in oop?
What is the importance of oop?
What type of loop is a for loop?
What are the advantages of polymorphism?
What are objects in oop?
What is the difference between a mixin and inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops concept with example?
How to call a non virtual function in the derived class by using base class pointer