Which of the following are predefined reference types in C#?

Skill/Topic: Beginner
A) int
B) object
C) string

Showing Answers 1 - 4 of 4 Answers

samiksc

  • Dec 7th, 2005
 

(B) and (C): 'object' and 'string' are predefined reference types. 'string' is a sealed class type which inherits directly from object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions