Computer Science, asked by ashu0itkm, 1 month ago

c++ by default which access modifier use???​

Answers

Answered by psayali3091981
0

Answer:

as such mark do

Explanation:

drunkK sell Sethi still still Sethi

Answered by viral61
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