Problem

5/6

Creating Class Objects

Problem

Create two objects of class Dog, in which two fields: string name, integer size and method bark: dog1 and  dog2
For each object, fill in the fields and call the bark method.