show/hide this revision's text 4 deleted 2 characters in body

I'm fairly new to programming but I've been reading some interesting discussions on StackOverflow about different various programming approaches. I'm still not 100% clear on what the difference is between procedural programming and object oriented programming. It sounds like object oriented programming still uses procedures (methods) but everything is organized differently because the object is the star of the show. But it seems to me that procedures still allow you to do all of the same things. Like in C, you can put all of your similar procedures into a library. So couldn't you really say that a library in C is similar to an object in C++?

show/hide this revision's text 3 added 1 characters in body

I'm fairly new to programming but I've been reading some interesting discussions on StackOverflow about different programming paradigmsapproaches. I'm still not 100% clear on what the difference is between procedural programming and object oriented programming. It sounds like object oriented programming still uses procedures (methods) but everything is organized differently because the object is the star of the show. But it seems to me that procedures still allow you to do all of the same things. Like in C, you can put all of your similar procedures into a library. So couldn't you really say that a library in C is similar to an object in C++?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1