What is the difference between procedure language and OO language?

Contributor
16May2008,17:51   #1
aspguy's Avatar
What is the difference between procedure oriented language and object oriented language in computer?
Go4Expert Founder
16May2008,22:19   #2
shabbir's Avatar
In OOL

You have

ADTs (Abstraction)
Polymorphism
Inheritance

But its not the case with procedural language.