Write a statement to create an object MP4 belonging to class 'Digital'.
22 Likes
Digital MP4 = new Digital();
Answered By
12 Likes
What is the purpose of 'new' operator?
In what way a class and an object are interrelated?
What do you mean by the following statement?Employee staff = new Employee();
Employee staff = new Employee();
Why is class referred to as object factory?