Hi everybody, can someone explain to me this line of code ? I am having hard time understanding the main purpose of this code:
Person person = new Person();
or
Cat cat1 = new Cat();
Thank you , Sam