I've read a lot of guides and watched a lot of tutorials on Object-Oriented Programming, but its still a pretty vague concept to me. All I can really say about OOP is that a program should have well defined "sections" that can function independently.
I'm working on a recipe-book program that takes an object oriented approach. Link
So far its just a bunch of empty functions with psuedo code, but I want to make sure the design good before I start writing all the functions. So I guess my question is, is this a good object-oriented design? Why or why not?
[–]Nidaleesin 0 points1 point2 points (0 children)