What are the main differences between procedure oriented
languages and object oriented languages?

Answer Posted / s.sathish kumar

nine

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented oop?

647


Is react oop?

607


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2098


Are polymorphisms mutations?

693


What is super in oop?

589






What is the difference between static polymorphism and dynamic polymorphism?

577


What is the real time example of inheritance?

634


What are the 4 pillars of oop?

664


can we make game by using c

3411


when to use 'mutable' keyword and when to use 'const cast' in c++

1642


Why do while loop is used?

570


What is destructor example?

591


How do you achieve runtime polymorphism?

565


What is polymorphism and its types?

588


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1452