Visual Paradigm Logo
     Build Quality Applications Faster, Better and Cheaper
 
Home | Products | Download | Documentation | Support | Resources | Partners | Quick Tour | Shop | Company |  
 
   Visual Paradigm Discussion Forum
  Login   [ Register ] Email: Password: Log me on automatically I lost my password  
Recent Topics
Advanced Search
UML Understanding problems  
Forum Index -> UML Questions
Author Message
anUMLTrainer


Joined: 2007/04/11
Messages: 1

Offline

hi
i am facing problems in understanding some isuues in uml desiging.
1) when i design a program i dont know exactly what do the program need to run properly . and sometimes i need to add a variable in oreder to make a certain method to work properly. the Question is how can i avoid this thing from the beginning ?
2)i found some details in the code not to be mentioned in the uml design like if stetements and some expressions and even some methods and objects like main() and actionlistener . But i coudnt realize the fundamental of this .
3)when i need a constructer ? i still dont understand why some programs have a constructor .You can use what ever you want of methods without constructor what is the need for constructor sometimes ?
 
Anonymous

Hi,

I think you are not really talking about UML modelling but about programming in general and
about object oriented programming.

1) I think there is no simple solution. Modelling your system first using UML for instance
might help you not to forget things... maybe not. It is a good question!

2) UML models never show the specific implementations of things (methods in particular).
It is not what they are made for.

3) You should know that if you haven't defined a constructor yourself there always exists a
default constructor. The question is not whether a constructor is useful or not, a constructor
is mandatory. It is invoked each time a class is being instanciated.

Regards.
 
 
   Forum Index -> UML Questions
Go to:   
Powered by JForum 2.1.4 © 2005 - Rafael Steil