class cat{
String furColor ="hair less";
int price;
boolean law = true;
cat(String furColor,int price){
this.furColor = furColor;
this.price = price;
}
cat.sphinx(int price){
this.price = price;
}
cat.caracal(int price){
this.furColor = "orange";
this.price = price;
this.law = false;
}
}-
Notifications
You must be signed in to change notification settings - Fork 0
yimsukananP/hello_flutter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published