InterviewSolution
Saved Bookmarks
| 1. |
File class is ____________________________(a) An abstract of file representation only(b) An abstract of path names only(c) An abstract which can be used to represent path names or file(d) An abstract which can represent a file in any formatThis question was addressed to me during an interview.Enquiry is from IO Class topic in portion Inbuilt Classes of Object Oriented Programming |
|
Answer» Correct answer is (C) An abstract which can be used to represent path names or file |
|