Computer Science, asked by Vinood4170, 1 year ago

Can private variables be accessed in another class by creating object of that class?

Answers

Answered by sanvi20021
0

private variables can be accessed only up to the scope of that class where it is declared

Similar questions