Computer Science, asked by Ehsanul885, 22 hours ago

Define New Operator. Explain in brief.

Answers

Answered by brainlyehsanul
1

Explanation :

The class is a representation of data and functions. When an object of a class is created, it contains data member and member methods described within the class. To create an object of a class the keyword 'new' is used.

Example => Result_Num nk = new Result_Num( );

Answered by hypo12
1

Result_Num nk = new Result_Num( );

Similar questions