Question: 1. Your task for this lab is to create an ADT for the elements in the periodic table. You will create an abstract class called

 1. Your task for this lab is to create an ADT

1. Your task for this lab is to create an ADT for the elements in the periodic table. You will create an abstract class called Elements. Then, you will add 2 different sub-classes, which will represent the 2 types of elements in the periodic table: Metals and Nonmetals. All types have 3 common attributes; energy_level (int), symbol (string) and weight (double). Please do not forget to hide them properly. a. Provide appropriate constructors (Hint: perform code reuse by using super). b. Provide toString operation that returns the format given in the example. Ex: Nonmetal 1 H 1.008 C. Write a main, where you declare 4 elements (2 from each type) with their proper information. Then, print them on the screen to test your toString implementation

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!