- 1
Using class and object, abstraction and inheritance,create a program that ask for a student's information consist of Name(first
name, middle name,last name)and address (sitio, barangay, municipality and province).Also apply the stack function to store information of the student and can add another record.Use if else function in order to add another record.
1 Answer