Identify valid syntax for object creation using default constructor for a class account? All Questions › Category: Cpp Language › Identify valid syntax for object creation using default constructor for a class account? 0 Vote Up Vote Down Anonymous asked 3 years ago 01. Account a1; 02. Account a2(); 03. new Account; 04. new Account(); Options: 1, 2, & 4 1, 3, & 4 1,2, & 3 2, 3, & 4