FunTech interview question

What is a class? What is a method?

Interview Answer

Anonymous

6 Nov 2019

A class, in the context of Java, are templates that are used to create objects, and to define object data types and methods. Core properties include the data types and methods that may be used by the object. All class objects should have the basic class properties.