KUNGFU TECH
What is difference between constant and readonly ?
Here is the difference between constant and readonly in C#:
const
Example:
public const double PI = 3.14159;
middle
Gợi ý câu hỏi phỏng vấn
Explain the difference between IQueryable , ICollection , IList & IDictionary interfaces?
What is Marshalling and why do we need it?
in C#, when should we use abstract classes instead of interfaces with extension methods?
Chưa có bình luận nào