Welcome! Log In Create A New Profile

Advanced

Final Project OOP

Posted by Brad_78160642 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Final Project OOP
July 29, 2013 07:55PM
I know this course is focused on procedural programming but I've been working through Codecademy's PHP track as a supplement to this course and they've just introduced objects which look like a great method for storing personal information. Are we allowed to use basic object orientated programming techniques for the final project or do we have to stick exclusively to the methods taught by this course? I don't really know much about the differences between the two methods at the moment but I'll definitely be reading more about OOP.
Thanks
avatar
Mac
Re: Final Project OOP
July 30, 2013 08:44AM
I suggest you stick with the current approach, especially if you are not familiar with OOP concepts. One reason we follow the procedural route is that OOP concepts are hard to understand if it is taught first. Learn logic doing it in a procedural way, then the step to OOP is much easier.

Then read this http://www.tonymarston.net/php-mysql/what-is-oop.html
Sorry, only registered users may post in this forum.

Click here to login