what is the purpose of void function/method, new operator and dot operator in Java?
Answers
Answered by
1
Answer:
(dot) operator is used to access class, structure, or union members. The member is specified by a postfix expression, followed by a . (dot) operator, followed by a possibly qualified identifier or a pseudo-destructor name. (A pseudo-destructor is a destructor of a nonclass type.)
Explanation:
mark as me brainliest
Similar questions
Math,
1 month ago
Science,
2 months ago
World Languages,
10 months ago
Math,
10 months ago
Math,
10 months ago