Monday 16 September 2013

What is string type?

Ques:-What is string type?
Ans:-The string type allows you to assign a string value.The String type is an alias  for system.string class.
it is derived from object type.The value for  a string type can be assigned in these forms:-

String str="getaprogramming";


The  user defined reference types are class, delegates and interface.

No comments:

Post a Comment