Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Default Access Specifer
class foo{
int Var; }
In the above code snippet. What is the default access specifier for the variable Var.
Profile Answers by Kanike.Nihar Questions by Kanike.Nihar
Questions by Kanike.Nihar answers by Kanike.Nihar
Editorial / Best Answer
phanishProfile Answers by phanish Questions by phanish
Default Access Specifier of a class is Internal and Default Access Specifier of Member Variable is Private
Related Answered Questions
Related Open Questions