What is the default access modifier for the member? - DOT.NET

What is the default access modifier for the member?

 VB.NETC#
Class variablePrivatePrivate
Class methodPublicPrivate
Structure variablePublicPublic
Structure methodPublicPrivate
What are design patterns? Define basic classification of patterns.
A design pattern in Software is used to solve similar problems that occur in different scenarios. A design pattern is not a design that..
What is the difference between Factory and Abstract Factory Patterns?
The difference between Factory and Abstract Factory Patterns lies in object instantiation......
What is MVC pattern?
Model View Controller is used to separate the interface from the business logic so as to give a better visual appearance.....
Post your comment