This just came in my mind after a long day of training on plugin development in java.
Interface ShortTermTravel {
Void prepareVisaDocuments(String... docs);
Void getPhotoFromGkVale();
Boolean validateDocuments(String... docs);
Double getForex(String estimation);
Long getMatrixCard(String CountryCode);
Void packBags(Object[] foodItems, Object[] clothes, Object[] misc);
}
Everybody has to go implement this interface who want to go for a short term trip.
But the implementation could be different from company to company :D
Happy travelling ♡
Interface ShortTermTravel {
Void prepareVisaDocuments(String... docs);
Void getPhotoFromGkVale();
Boolean validateDocuments(String... docs);
Double getForex(String estimation);
Long getMatrixCard(String CountryCode);
Void packBags(Object[] foodItems, Object[] clothes, Object[] misc);
}
Everybody has to go implement this interface who want to go for a short term trip.
But the implementation could be different from company to company :D
Happy travelling ♡
No comments:
Post a Comment