CSC166 Object Oriented Programming

Object Oriented ProgrammingTU Board 2081

What types of exception can be encountered in file handling? Write a program to create a class named MOVIE with data members name and genre. If the genre of the movie is comedy then write it to…

10

What types of exception can be encountered in file handling? Write a program to create a class named MOVIE with data members name and genre. If the genre of the movie is comedy then write it to COMEDY.DAT and if the genre is action, write it to ACTION.DAT

A worked answer is on its wayMeanwhile, read the Object Oriented Programming notes for this topic.

Discussion

Loading…

More Object Oriented Programming questions

All Object Oriented Programming old questions