CS487: How do you implement object-oriented design?
T Ty Y
E
Emily W, IIT
You do it by describing the situation and things become objects, attributes of those things are the attributes in code, and things that are done are methods.
You do it by describing the situation and things become objects, attributes of those things are the attributes in code, and things that are done are methods.
K
Kevin V, MIT
Another way is to draw out a picture of everything. The things you see are objects, etc. Here's a web link to learn more.
Another way is to draw out a picture of everything. The things you see are objects, etc. Here's a web link to learn more.