This problem is concerned with modeling of a system that contains information on articles published in scientific journals. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

This problem is concerned with modeling of a system that contains information on articles published in scientific journals.

Module Name: Input().The working of this module goes as follows: i- It must not receive any argument. ii- Each article has an ID, a title, and information on where to find it (name of journal, what issue, and on which pages). The following information on the attributes is provided: • The endpage of an article is never smaller than the startpage. • Each article has a unique (no duplicates allowed), randomly generated, immutable, ordered two digit ID such that if the ID for first article is 42 then it must be 43 for the second article and so on. • Name of journal must be four characters long. • All the attributes must remain hidden when directly accessed from outside the class(Hint: use appropriate access specifier) • Journal and Author must be declared using pointer to character.

23rd Oct 2022, 7:23 AM
Khalique ur rehman
Khalique ur rehman - avatar
1 Answer
+ 2
It sounds interesting. What is your question and where is an attempt for it?
23rd Oct 2022, 7:38 AM
JaScript
JaScript - avatar