Thread: Whats OOP?
View Single Post
  #6 (permalink)  
Old Feb 16th, 2008, 12:30
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,800
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Whats OOP?

Encapsulation, Polymorphism, reuse and inheritance are the main aspects of OO.
People usually use object orientated code when working with other developers as it's neater to code in.
Reply With Quote