Latest Sapient Aptitude Question SOLUTION: What should be the access specifiers for function Bob() in the following code snippet so that the program doesn't get compiler error? class Base{ ---1--- void Bob(){} } class De