Skip to content

Instantly share code, notes, and snippets.

@mailtoharshit
Created August 22, 2012 00:38
Show Gist options
  • Save mailtoharshit/3420940 to your computer and use it in GitHub Desktop.
Save mailtoharshit/3420940 to your computer and use it in GitHub Desktop.
Encapsulation
public class MyClass()
{
MyClass c = new MyClass();
List<MyClasss> myList = new List<MyClass>();
myList.add(c);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment