Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

composition in python

In composition one of the classes is composed of one or more instance of other classes. In other words one class is container and other class is content and if you delete the container object then all of its contents objects are also deleted
 
PREVIOUS NEXT
Tagged: #composition #python
ADD COMMENT
Topic
Name
5+2 =