1.

The four kinds of class members are ________(a) Instance methods, Instance fields, Static method, Dynamic method(b) Instance fields, Instance methods, Class fields, Class methods(c) Instance fields, Non-instance fields, Dynamic methods, Global methods(d) Global methods, Local methods, Dynamic methods, Static methodsThe question was posed to me during an online exam.The question is from Augmentation of Classes in division Classes and Modules in JavaScript of JavaScript

Answer»

Right choice is (b) INSTANCE fields, Instance methods, Class fields, Class methods

Explanation: A class mainly contains DATA members and associated member FUNCTIONS. Therefore over all DIFFERENT KINDS of class members are instance field, instance method, class fields and class methods.



Discussion

No Comment Found

Related InterviewSolutions