Podcast
Questions and Answers
What is UML primarily used for?
What is UML primarily used for?
How does UML define each construct?
How does UML define each construct?
In what way is UML used as a programming language?
In what way is UML used as a programming language?
What are the main parts of a class in UML?
What are the main parts of a class in UML?
Signup and view all the answers
In C#, what is the equivalent term for UML's 'attributes'?
In C#, what is the equivalent term for UML's 'attributes'?
Signup and view all the answers
What function do Constructors perform in classes?
What function do Constructors perform in classes?
Signup and view all the answers
What do Accessors do in a class?
What do Accessors do in a class?
Signup and view all the answers
'Destructors' in classes mainly serve to:
'Destructors' in classes mainly serve to:
Signup and view all the answers
'Interfaces for all subsystems specified (but not implementation!)' refers to which way of using UML?
'Interfaces for all subsystems specified (but not implementation!)' refers to which way of using UML?
Signup and view all the answers
Which terminology in C# is equivalent to UML's 'Operations'?
Which terminology in C# is equivalent to UML's 'Operations'?
Signup and view all the answers