A. final int num1 = 10; B. static int num2 = 20; C. abstract int num3 = 30; D. private int num4 = 40;
A. abstract B. final C. static D. private