Google News
logo
TypeScript - Quiz(MCQ)
A ________ in terms of OOP is a blueprint for creating objects.
A)
method
B)
function
C)
constructor
D)
class

Correct Answer :   class


Explanation : A class in terms of OOP is a blueprint for creating objects. A class encapsulates data for the object.

Advertisement