How to Identify a class in Software Design?

added by jacobsebastian
4/4/2011 7:22:32 AM

146 Views

While designing software architecture, the first question that comes is How to identify a class? How will you know that a class needs to be created for this type? A class is the representation of the type of object. Software architecture has its own Object Oriented Design Principles that you must follow...


0 comments