Question: Which is the correct syntax to create an array of Cats. Assume the class Cat exists. * Catsl) catList = new Cats[10]; O Cats catList[]
Which is the correct syntax to create an array of Cats. Assume the class Cat exists. * Catsl) catList = new Cats[10]; O Cats catList[] = Cats[10); O Cats catList = Cats(10); CatscatList = Cats[10]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
