!7 concept Penguin { S name; int age, height; int ageInDays() { ret age*365; } } p { db(); simpleCRUD(Penguin); }