The standard for designing a field is
that it be defined as a
एक फील्ड को डिजाइन करने के लिए मानक यह है
कि उसे के रूप में परिभाषित किया जाए
Select one:
A. PUBLICMETHOD.
पब्लिक मेथड
B. PUBLIC VARIABLE.
पब्लिक वेरिएबल
C. PRIVATE VARIABLE
प्राइवेट वेरीएबल
D. PRIVATE METHOD.
प्रायवेट मेथड
Answers
Answered by
2
Explanation:
UGC Smyrna TN ox FM HD FM UC FM HD FM HD FM BBC ab TX FM HD DJ Hf ah Hf DJ HD DJ Hf FM CNN sm Irvin truck
Answered by
0
Answer:
"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 belong.
Similar questions