Write a class named Person that has data members name and age.Include a public method named say Hello () that prints on thescreen “Hello! I am “, followed by the name and age of the person.Create a program Person Demo to test the class Person.
For Java
Write a class named Person that has data members name and age. Include a public method named say Hello () that prints on
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am