class gene  { public: gene( ); gene(string n, string cl); string get_genename( ); //required the user to input the gene name. void print( ); private: string name; string chromosomal_location; }; a. Define the class gene.   b. What kind of function overloading is achieved in this code?  c. Define the constructor gene(string n, string cl) in such a way that user will input the name of the gene, which will be assigned to the variable “name”. d.Run this complete program on your computer and paste the screenshots of the output. e. Are the following two constructor functions possible in this class code?   i. gene(string n); ii. gene(string cl);C++ coding (do this in C++ programming)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

class gene

 { public:

gene( );

gene(string n, string cl);

string get_genename( );

//required the user to input the gene name. void print( );

private:

string name;

string chromosomal_location;

}; a. Define the class gene.

  b. What kind of function overloading is achieved in this code? 

c. Define the constructor gene(string n, string cl) in such a way that user will input the name of the gene, which will be assigned to the variable “name”.

d.Run this complete program on your computer and paste the screenshots of the output.

e. Are the following two constructor functions possible in this class code?

  i. gene(string n);

ii. gene(string cl);C++ coding (do this in C++ programming)

 

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage