c++ by default which access modifier use???
Answers
Answered by
0
Answer:
as such mark do
Explanation:
drunkK sell Sethi still still Sethi
Answered by
1
Answer:
Private Access Modifier in C++
Private keyword, means that no one can access the class members declared private, outside that class. If someone tries to access the private members of a class, they will get a compile time error. By default class variables and member functions are private.
Similar questions