subject
Computers and Technology, 22.09.2019 08:00 memeE15

Here is a test code segment:
public class mytesterclass
{
public static void main(string[] args)
{
myclass myobject = new myclass (12.4, 20);
int value1 = myclass. some_value;
int value2 = myobject. method1();
int value3 = myclass. method2(20);
}
}
i'm trying to figure out what part of this code is a "class method" and i'm tempted to guess it's it could also be myclass, some_value, or method1 i believe. i'm not the best with coding classifications and would like some .

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:00
Why the bear has a slunky tail determine the meaning of the word slunk in the story
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
How do you take a green screen out of the video while editing?
Answers: 2
question
Computers and Technology, 22.06.2019 22:50
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
What machine listens for http requests to come in to a website’s domain? a. a router b. a browser c. a server d. a uniform resource locator
Answers: 1
You know the right answer?
Here is a test code segment:
public class mytesterclass
{
public static void main...
Questions
question
Mathematics, 06.07.2021 22:50