Create a class called Hello1. Include a function named speak that accepts a string argument and its return type is void. Print a welcome message in this function.
In the main function create an object of type Hello and the object invokes the function speak().