Computer Science, asked by jaison54, 5 hours ago

14. class bank
{
double bal=2000.0; String s="Anu";
String accout_type="SB";
public static void main()
{
bank obj = new bank();
} }
What could be the memory size for the object obj created in the bank class?

A) 13
B) 26
C) 18
D) 12​

Answers

Answered by RAGHAV200723
1

Answer:

B) 26

plz mark me as brainliest

Similar questions