Hai ra

Dot net inteview questions and answers access specifiers in .net c# loops access modifiers.

Dot net interview questions for experienced,  Dot net interview questions, Dot net interview questions and answers,  Dot net interview questions and answers pdf, Dot net interview questions and answers for experienced , Dot net interview questions pdf, Dot net interview questions and answers for freshers, access specifiers in .net c#,  access specifiers in Dotnet, access modifiers in Dot net.

Today i will share questions related to access specifiers type and loops.


1) what is public specifier ?
ans: Able to each and every class.

2) what is private specifier ?
ans: Available to same class users

3) what is protected  specifier ?
ans:it can be accessed by same class users and its relative class.

4) what is internal specifier ?

ans: Able to access to same users (here scope is limited);.

5) what is protected internal specifier ?
ans: Accessed by same assembly users as well as relative users.

6)what are loops ?
ans: when you want to perform any action repeatdly based on certain condition then we require loop.

7) what is the use of while?
ans: in case of while first its check the then execute the statement.

8) what is the use of do while ?
ans: first it executes the statement then checks the condition.

9) what is nested while ?
ans: when you want to repeat your execution based on another execution then we require nested while.

In post i will post questions related to arrays..



Previous
Next Post »