Computer Science, asked by kavyaanchula, 1 month ago

n 20
ed
Give the correct statement about the following
interface Taxable {
double taxRate = 0.06;
double calculateTax();
}
out of
n
a. Yes--taxRate will automatically be a constant since it is in an interface.
O b. No---because it contains a variable and interfaces cannot contain variables,
c. No---because the interface cannot contain a method that returns a value
d. Yes--the method body will automatically be filled in

Answers

Answered by kunnus335
0

Answer:

itna aata to topper hote

Similar questions