0
kicks
How to Identify a class in Software Design?
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...