View Single Post
  #1 (permalink)  
Old 06-11-03, 10:49 AM
Stefan's Avatar
Stefan Stefan is offline
Junior Code Guru
 
Join Date: Jun 2003
Location: Utrecht, The Netherlands
Posts: 599
Thanks: 0
Thanked 0 Times in 0 Posts
Question Object Oriented Programming

I still don't really get why so many people say that OO Programming is so good? I mean, yeah, it's useful to group certain functions that are related in a class, but why use objects? I could just make an include file with related functions, couldn't I?

can someone please explain the use of OO Programming?
Reply With Quote