Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual C# 2015 An Introduction to Object-Oriented Programming
Quiz 14: Files and Streams
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Using a ____ in your programs refers to the bad programming practice of hardcoding numbers (unnamed, literal constants) in code without explanation.
Question 22
Essay
The FileStream class has 15 overloaded constructors. What can you tell about the FileStream object named myFile , given the constructor below? FileStream myFile = new FileStream("SomeText.txt"), FileMode.Create, FileAccess.Write);