Interview Question in Vb.Net


 

Interview Question :: Explain some of the exclusive features which are present in VB?

 Name and explain some of the exclusive features which are present in VB?

by ksk
VoteNowAnswers to "Explain some of the exclusive features which are present in VB?"

 Some of the features which are exclusive to VB are as follows: -

1) Name space can be hidden which can be disabled.
2) Certain project files can be hidden and a user can show them if he intends to do.
3) Lots and lots of shortcuts are present which ease the development of programs.
4) Using the AddressOf myObject function a delegate can be made.
by ksk