Feb 06 2012 11:32 AM 5796 6 Properties in C# Velvizhi.Sadanah What are properties in C#? What are the advantages of using Properties ? Riki Sep 1st, 2015 Properties are a level of abstraction to access private fields of a class and they are declare as public. Field are always private member of a class. Sivavt Profile Answers by Sivavt Questions by Sivavt Mar 25th, 2012 Properties combine the behavior of method & variable. Answer Question Select Best Answer
Feb 06 2012 11:32 AM 5796 6 Properties in C# Velvizhi.Sadanah What are properties in C#? What are the advantages of using Properties ? Riki Sep 1st, 2015 Properties are a level of abstraction to access private fields of a class and they are declare as public. Field are always private member of a class. Sivavt Profile Answers by Sivavt Questions by Sivavt Mar 25th, 2012 Properties combine the behavior of method & variable. Answer Question Select Best Answer
Riki Sep 1st, 2015 Properties are a level of abstraction to access private fields of a class and they are declare as public. Field are always private member of a class.
Sivavt Profile Answers by Sivavt Questions by Sivavt Mar 25th, 2012 Properties combine the behavior of method & variable.