In an Java interview, the Following question was asked..
How do you represent a class in UML?
Answers were Sorted based on User's Feedback
Answer / dinesh kumar sahu
class is a rectangle shape ,class is divided in to three
part 1.name of the class 2.attribute 3. operation
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / gb
Through a Class Diagram.Class Diagram is created with a
rectengle.The top level is the name of the Class,below that
the data /variables are defined and below that the
operations related to the Class are defined
| Is This Answer Correct ? | 2 Yes | 0 No |
Can you name the different elements with the collaboration diagram?
Difference Between Attribute and Association.
What is crc card?
What are the parts of a deployment diagram?
State some of the criticisms present with UML?
Is use case diagram static or dynamic?
Every object has : state, behavior and identity - explain
How do you convert uses cases into test cases?
What are the various components in sequence diagrams?
Difference between Activity and Sequence Diagram?
What are the different parts of a deployment diagram?
What is static modeling and dynamic modeling in UML?