package com.codegym.task.task05.task0517; /* Creating cats */ public class Cat { String name, address, color; int weight, age; public Cat(String name) { this.name = "Bob"; this.age = 4; this.weight = 8; this.color = "Amber"; } public Cat(String name, int weight, int age) { this.name = name; this.age = age; this.weight = weight; this.color = color; } public Cat(String name, int age) { this.name = name; this.age = age; this.weight = weight; this.color = color; } public Cat(int weight, String color) { this.age = age; this.weight = weight; this.color = color; } public Cat(int weight, String color, String address) { this.age = age; this.weight = weight; this.color = color; this.address = "USA, Chicago"; } public static void main(String[] args) { } }