What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / rahul madanan
procedural language: instructions will be divided into
various blocks called as datas .It concentrates on
procedures rather than datas.
oops: class is created where data and functions are
encapsulated. It concentrates on data rather than
procedure.
| Is This Answer Correct ? | 19 Yes | 15 No |
Post New Answer View All Answers
How do you define social class?
Which type does string inherit from?
What is methods in oop?
Can we create object of interface?
Can an interface inherit a class?
What is use of overloading?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the two different types of polymorphism?
What is the real time example of inheritance?
What is inheritance in oop?
How do you achieve polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What are benefits of oop?
What are the 5 oop principles?
What is difference between oop and pop?