Multiple Choice Question

Quiz Guidelines

 

QID: 
200
Question: 

Which of the following method definitions will prevent overriding of that method?

Select 4 options

A. public final void m1()
B. public static void m1()
C. public static final void m1()
D. public abstract void m1()
E. private void m1()

Q&A Set: