Kizspy | Question: 16
(Choose 1 answer)
What are not components of a class in Java OOP?
A. Constructors are responsible for object creation
B. Attributes, Fields, Properties of a class represents by variables
C. Behaviours, Modification code represent by methods or functions
D. main() method for execution of the class