Question: C++ Question 1 Create a binary tree class of Family Tree, containing the following information as data members: Class Family_Tree { private: 1. Int child1_age

C++

Question 1 Create a binary tree class of Family Tree, containing the following information as data members:

Class Family_Tree {

private:

1. Int child1_age

2. Int child2_age

3. Float child1_height

4. Float child1_height

5. String child1_name

6. String child2_name

7. Family_Tree* LChild

8. Family_Tree* RChild Public: // your member functions; }

Tasks: 1. Show a menu to the user (insert, delete, update, search, display, exit).

2. Test your program intensively using main function.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!