Which of the following has stream as the base class

A) Buffered Stream
B) MemoryStream
C) FileStream

Showing Answers 1 - 4 of 4 Answers

naveentej

  • Jan 7th, 2006
 

Ans: All the above

BufferedStream,MemoryStream and FileStream all these 3 classes are inherited from System.IO.Stream class.

  Was this answer useful?  Yes

Prakhar

  • Apr 11th, 2006
 

Above answer is correct. All three of them are derived from the base stream class.

  Was this answer useful?  Yes

chiranth

  • Apr 14th, 2006
 

All the above choices are correct.

  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