What is the purpose of 'new' operator?
17 Likes
The purpose of new operator is to instantiate an object of the class by dynamically allocating memory for it.
Answered By
7 Likes
Write three best suitable attributes of the following classes:
Class Biodata
Class Laptop
In what way a class and an object are interrelated?
Write a statement to create an object MP4 belonging to class 'Digital'.