Abstract class for future implementation of Composition Pattern.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package Composition;
|
||||
|
||||
public class GroupeAbstrait extends PersonnageAbstrait {
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package Composition;
|
||||
|
||||
public class PersonnageAbstrait {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user