C++ Programming - Objects and Classes - Discussion

Discussion Forum : Objects and Classes - General Questions (Q.No. 10)
10.
Which of the following keywords is used to control access to a class member?
Default
Break
Protected
Asm
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

T. G. Nandhini said:   10 years ago
What is asm?

The protected is access specifier, then it is not a control access. Then it is to access the member function.
(1)

Vamsi said:   1 decade ago
The asm keyword invokes inline assembler and can appear wherever a C or C++ statement is legal. It can not appear itself.

Uday said:   1 decade ago
What is asm ?

Nanfhini.g said:   1 decade ago
Protected is only access to the member function so protected was write answer.

Neeta said:   1 decade ago
How protected?

Pankaj sharma said:   1 decade ago
What is asm?

Post your comments here:

Your comments will be displayed after verification.