Code in C# (OOP Concept) Define a class named Movie.Include private fields for the title, year and name of the director. Include following member functions SetTitle, SetYear, SetDirector. Display() that displays all the information about a Movie. Compare() which accepts 2 objects of type Movie and displays whether or not they were released in the same year and also whether the Directors are same. This method must exist as a class member and not as an instance member. Provide a default constructor and a copy constructor to this class. Illustrate all the constructors as well as all the methods by defining two objects movie1 and movie2.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 12PE: Some of the characteristics of a book are the title, author(s), publisher, ISBN, price, and year of...
icon
Related questions
Question

Code in C# (OOP Concept)

Define a class named Movie.Include private fields for the title, year and name of the director.

Include following member functions

  • SetTitle,
  • SetYear,
  • SetDirector.
  • Display() that displays all the information about a Movie.
  • Compare() which accepts 2 objects of type Movie and displays whether or not they were released in the same year and also whether the Directors are same. This method must exist as a class member and not as an instance member.

Provide a default constructor and a copy constructor to this class.

Illustrate all the constructors as well as all the methods by defining two objects movie1 and movie2.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT