Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What are different types that a variable can be defined and their scopes ?
Prabhu Raja
12y
6.7k
0
Reply
Submit
Public- Can be accessed anywhere
Private- anywhere in the same class
Protected -winthin the class and the class that inherites this class
Friend- Members of the class within the assembely
Protected friend- member of assembely or inheriting class
Prabhu Raja
12y
1
What is Strong name ?
What is boxing and unboxing ?
Message