What is the purpose of the new operator?
39 Likes
The purpose of new operator is to instantiate an object of the class by dynamically allocating memory for it.
Answered By
23 Likes
Why is a class known as composite data type?
Name the types of data used in a class.
Can a class be referred to as user defined data type? Comment.
What is public access of a class?