Computer Science, asked by anilgavange122, 4 months ago

which syntax shows that a member is private in a class​

Answers

Answered by Anonymous
3

Explanation:

The function declaration must contain private keyword follower by the return type and function name. Private keyword is followed by normal function declaration.

Answered by gayathribalaji372
0

Answer:

private(functionName(parameters))

Similar questions