internal /internal protected
-
namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....