https://www.chegg.com/homework-help/questions-and-answers/homework- page-1-define-person-class-containing-two-private-attributes-last-name- first-name-q88793005

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
1) Define a Person class containing two private attributes: last name, first name. Provide this class with a constructor allowing the initialization of its attributes and a method that displays the last name and first name of a person: void display (). 2) Define a Customer class inheriting from the Person class and having a private attribute: numidentity. Provide this class with a constructor allowing you to create a customer from their last name, first name and identity card number and a method: • void display() which displays the last name, first name and ID number of a customer. 3) Define an Owner class inheriting from the Person class and having two private attributes: name of the video club (nomclub), address of the club (adrclub). Provide this class with a constructor allowing to create a landlord from his name, his first name, the name of his video club, the address of his club and a method: • void display() who displays the name, first name, last name and address of his video club. 4) Define a Date class containing three private attributes day, month, year. a. Provide this class with a constructor allowing the initialization of its attributes. b. Overload the operator << to print the date information's on the stream. 5) Define a Movie class such that any film is defined by its title, genre, identifier and date of first transmission (datetrans). a. Provide this class with a constructor allowing the initialization of its attributes b. Overload the operator << which displays the characteristics of a movie on the stream. c. getTitle: method able to return the movie's title 6) Define an Organize class which contains private attributes: tabMovie which will be an array of Movies, nbMovie (indicates the number of movies in the tabMovie array) and maxMovie (indicates the size of the array). This class will contain methods for: • Add Movies: void add (Movie f) the movie is added at the end of the table (tabMovie), if the table is full, it displays an error message. • Overload the operator <
https://www.chegg.com/homework-help/questions-and-answers/homework-
page-1-define-person-class-containing-two-private-attributes-last-name-
first-name-q88793005
Transcribed Image Text:https://www.chegg.com/homework-help/questions-and-answers/homework- page-1-define-person-class-containing-two-private-attributes-last-name- first-name-q88793005
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Public key encryption
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education