Which statement is used to define a class in visual basic?

Which statement is used to define a class in visual basic? Correct Answer Class statement

The class statement is used to define a class in visual basic. The class statement begins with public class classname clause and ends with End class clause. Within the class statement, you write the code to tell the form and the object how to react to the user’s action.

Related Questions

Which of the following statement is used to define a class in visual basic?