Multiple choice technology programming languages

Append,Binary,Input are all the enumerated members of

  1. OpenMode Enumeration

  2. OpenAccess Enumeration

  3. OpenShare Enumeration

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

OpenMode enumeration in VB.NET contains members like Append, Binary, Input, Output, and Random that specify how a file is opened. OpenAccess deals with read/write permissions, and OpenShare controls file sharing modes.