Home »
MCQs »
OOPs MCQs
The subroutines contained in an object are called _____ methods
20. The subroutines contained in an object are called _____ methods.
- Class Methods
- Static Methods
- Instance Methods
- Interface Methods
Answer: C) Instance Methods
Explanation:
The subroutines contained in an object are called instance methods.