Vidyalelo
C++ Programming · Q220

Classes and Objects in C++

Programming · C++ Programming · question 220

Q220

When struct is used instead of the keyword class means, what will happen in the program?

A.
access is public by default
Answer
B.
access is private by default
C.
access is protected by default
D.
access is denied

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board