The standard for designing a field is that it be defined as a
एक फील्ड को डिजाइन करने के लिए मानक यह है कि उसे --- के रूप में परिभाषित किया जाए
Select one:
O A. PUBLIC VARIABLE.
पब्लिक वेरिएबल
O B. PUBLIC METHOD.
पब्लिक मेथड
C. PRIVATE METHOD.
प्रायवेट मेथड
OD. PRIVATE VARIABLE
प्राइवेट वेरीएबल
Clear my choice
Answers
Answered by
4
Answer:
Hi mate it can be private method
Answered by
0
"Option C: Private Method".
Explanation :
A private method is an access modifier that is used in a class that only be called from inside the class where it is defined. This means that you cannot access or call the methods defined under private class from outside the class.
Option A: A Public variable is a variable that any module, Sub Procedure, Function, or Class can access and use within a certain place.
Option B: Public methods are methods that can be accessed both inside and outside the scope of your class.
Option D: Private variables that are visible only to the class to which they are belong.
Similar questions