المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : What is the diffirentation between Stack and Stack



C# Programming
07-05-2009, 03:10 PM
Person is my class, it contains just get and set property.

What is the diffirentation between following;

Stack stack = new Stack();
Stack stack = new Stack();

Already Stack get object type. Why I use

Thanks...